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)
2586return _cursorHeight; 5890changed |= _cursorHeight != CursorHeight;