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)
2583
return
_fullPrimaryScreenHeight
;
5110
changed |=
_fullPrimaryScreenHeight
!= FullPrimaryScreenHeight;