1 write to _cacheWheelScrollLines
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
937
_cacheWheelScrollLines
= CreateInstance(SystemResourceKeyID.WheelScrollLines);
2 references to _cacheWheelScrollLines
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
935
if (
_cacheWheelScrollLines
== null)
940
return
_cacheWheelScrollLines
;