7 references to NotSet
System.Web.Mobile (7)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (1)
532if(_fontSize == FontSize.NotSet)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (1)
1735Size = (fontSize != FontSize.NotSet) ? fontSize : currentFormat.Size;
UI\MobileControls\Design\StylesEditorDialog.cs (2)
1100if (fontSize == FontSize.NotSet) 1136if (fontSize == FontSize.NotSet)
UI\MobileControls\FontInfo.cs (2)
106DefaultValue(FontSize.NotSet), 128String size = (this.Size.Equals(FontSize.NotSet) ? null : Enum.GetName(typeof(FontSize), this.Size));
UI\MobileControls\Style.cs (1)
48FontSizeKey = RegisterStyle("FontSize" , typeof(FontSize) , System.Web.UI.MobileControls.FontSize.NotSet , true),