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