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