2 writes to _screenCharactersHeight
System.Web (2)
Configuration\HttpCapabilitiesBase.cs (2)
983_screenCharactersHeight = screenPixelHeightToUse / characterHeightToUse; 986_screenCharactersHeight = Convert.ToInt32(this["screenCharactersHeight"], CultureInfo.InvariantCulture);
1 reference to _screenCharactersHeight
System.Web (1)
Configuration\HttpCapabilitiesBase.cs (1)
990return _screenCharactersHeight;