1 write to _cursorHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
2372
_cursorHeight
= SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CYCURSOR));
2 references to _cursorHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
2376
return
_cursorHeight
;
5315
changed |=
_cursorHeight
!= CursorHeight;