1 write to _cursorHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
2582
_cursorHeight
= SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CYCURSOR));
2 references to _cursorHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
2586
return
_cursorHeight
;
5890
changed |=
_cursorHeight
!= CursorHeight;