1 write to _cursorWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
2348
_cursorWidth
= SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CXCURSOR));
2 references to _cursorWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
2352
return
_cursorWidth
;
5308
changed |=
_cursorWidth
!= CursorWidth;