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