7 references to Empty
System.Web (7)
UI\WebControls\FontInfo.cs (5)
189return FontUnit.Empty; 255if (Size == FontUnit.Empty) { 282if (fOwner.IsSet(Style.PROP_FONT_SIZE) && (f.Size != FontUnit.Empty)) 299if (fOwner.IsSet(Style.PROP_FONT_SIZE) && (f.Size != FontUnit.Empty)) 330if (fOwner.IsSet(Style.PROP_FONT_SIZE) && (!owner.IsSet(Style.PROP_FONT_SIZE) || (Size == FontUnit.Empty)))
UI\WebControls\FontUnitConverter.cs (1)
49return FontUnit.Empty;
UI\WebControls\FormView.cs (1)
2545(Font.Size != FontUnit.Empty) ||