Searched refs:shouldSmoothScroll (Results 1 – 2 of 2) sorted by relevance
487 BOOL shouldSmoothScroll = FALSE; in scrollTo() local488 ::SystemParametersInfo(SPI_GETLISTBOXSMOOTHSCROLLING, 0, &shouldSmoothScroll, 0); in scrollTo()489 if (shouldSmoothScroll) in scrollTo()
698 BOOL shouldSmoothScroll = FALSE; in scrollTo() local699 ::SystemParametersInfo(SPI_GETLISTBOXSMOOTHSCROLLING, 0, &shouldSmoothScroll, 0); in scrollTo()700 if (shouldSmoothScroll) in scrollTo()