1 write to _fullPrimaryScreenHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
2579_fullPrimaryScreenHeight = SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CYFULLSCREEN));
2 references to _fullPrimaryScreenHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
2583return _fullPrimaryScreenHeight; 5110changed |= _fullPrimaryScreenHeight != FullPrimaryScreenHeight;