2 writes to _screenCharactersWidth
System.Web (2)
Configuration\HttpCapabilitiesBase.cs (2)
945_screenCharactersWidth = screenPixelsWidthToUse / characterWidthToUse; 948_screenCharactersWidth = Convert.ToInt32(this["screenCharactersWidth"], CultureInfo.InvariantCulture);
1 reference to _screenCharactersWidth
System.Web (1)
Configuration\HttpCapabilitiesBase.cs (1)
952return _screenCharactersWidth;