1 write to _cacheListBoxSmoothScrolling
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
1619
_cacheListBoxSmoothScrolling
= CreateInstance(SystemResourceKeyID.ListBoxSmoothScrolling);
2 references to _cacheListBoxSmoothScrolling
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
1617
if (
_cacheListBoxSmoothScrolling
== null)
1622
return
_cacheListBoxSmoothScrolling
;