5 references to XXLarge
System.Web (5)
UI\WebControls\FontUnit.cs (4)
83public static readonly FontUnit XXLarge = new FontUnit(FontSize.XXLarge); 93if (type < FontSize.NotSet || type > FontSize.XXLarge) { 180this.type = FontSize.XXLarge; 343case FontSize.XXLarge:
UI\WebControls\FontUnitConverter.cs (1)
120case FontSize.XXLarge: