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)
990
return
_screenCharactersHeight
;