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