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