1 write to _fullPrimaryScreenHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
2841
_fullPrimaryScreenHeight
= SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CYFULLSCREEN));
2 references to _fullPrimaryScreenHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
2845
return
_fullPrimaryScreenHeight
;
5685
changed |=
_fullPrimaryScreenHeight
!= FullPrimaryScreenHeight;