2 writes to _screenPixelsHeight
System.Web (2)
Configuration\HttpCapabilitiesBase.cs (2)
1057
_screenPixelsHeight
= screenCharactersHeightToUse * characterHeightToUse;
1060
_screenPixelsHeight
= Convert.ToInt32(this["screenPixelsHeight"], CultureInfo.InvariantCulture);
1 reference to _screenPixelsHeight
System.Web (1)
Configuration\HttpCapabilitiesBase.cs (1)
1064
return
_screenPixelsHeight
;