1 write to _cacheWheelScrollLines
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
1020
_cacheWheelScrollLines
= CreateInstance(SystemResourceKeyID.WheelScrollLines);
2 references to _cacheWheelScrollLines
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
1018
if (
_cacheWheelScrollLines
== null)
1023
return
_cacheWheelScrollLines
;