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)
1064return _screenPixelsHeight;