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