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