1 write to _cacheListBoxSmoothScrolling
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
1791
_cacheListBoxSmoothScrolling
= CreateInstance(SystemResourceKeyID.ListBoxSmoothScrolling);
2 references to _cacheListBoxSmoothScrolling
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
1789
if (
_cacheListBoxSmoothScrolling
== null)
1794
return
_cacheListBoxSmoothScrolling
;