8 references to AsUnit
System.Web (8)
UI\Html32TextWriter.cs (1)
255if (fu.Type == FontSize.AsUnit) {
UI\WebControls\FontInfo.cs (1)
192if ((value.Type == FontSize.AsUnit) && (value.Unit.Value < 0)) {
UI\WebControls\FontUnit.cs (5)
97if (this.type == FontSize.AsUnit) { 112this.type = FontSize.AsUnit; 125this.type = FontSize.AsUnit; 210this.type = FontSize.AsUnit; 331case FontSize.AsUnit:
UI\WebControls\FontUnitConverter.cs (1)
93else if (u.Type != FontSize.AsUnit) {