1 write to _cursorWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
2557
_cursorWidth
= SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CXCURSOR));
2 references to _cursorWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
2561
return
_cursorWidth
;
5887
changed |=
_cursorWidth
!= CursorWidth;