1 write to _cacheCursorHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
4427
_cacheCursorHeight
= CreateInstance(SystemResourceKeyID.CursorHeight);
2 references to _cacheCursorHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
4425
if (
_cacheCursorHeight
== null)
4430
return
_cacheCursorHeight
;