1 write to _listBoxSmoothScrolling
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
1445if (UnsafeNativeMethods.SystemParametersInfo(NativeMethods.SPI_GETLISTBOXSMOOTHSCROLLING, 0, ref _listBoxSmoothScrolling, 0))
1 reference to _listBoxSmoothScrolling
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
1456return _listBoxSmoothScrolling;