1 write to _cacheCursorWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
4411
_cacheCursorWidth
= CreateInstance(SystemResourceKeyID.CursorWidth);
2 references to _cacheCursorWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
4409
if (
_cacheCursorWidth
== null)
4414
return
_cacheCursorWidth
;