1 write to _cacheListBoxSmoothScrolling
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
1632
_cacheListBoxSmoothScrolling
= CreateInstance(SystemResourceKeyID.ListBoxSmoothScrolling);
2 references to _cacheListBoxSmoothScrolling
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
1630
if (
_cacheListBoxSmoothScrolling
== null)
1635
return
_cacheListBoxSmoothScrolling
;