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