22 references to NotSet
System.Web.Mobile (22)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (2)
521if(_alignment == Alignment.NotSet) 865if(((DivStyleTag)o).Alignment != Alignment.NotSet)
UI\MobileControls\Adapters\HtmlSelectionListAdapter.cs (1)
148if(!Device.Tables || alignment == Alignment.Left || alignment == Alignment.NotSet)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (1)
1670Align = (align != Alignment.NotSet) ? align : currentLayout.Align;
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (1)
245if (commandStyle.Alignment == Alignment.NotSet)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlStyleClass.cs (1)
111if (styleAlignment != Alignment.NotSet) {
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (1)
337if (alignment != Alignment.NotSet && alignment != Alignment.Left)
UI\MobileControls\Design\Adapters\DesignerCalendarAdapter.cs (1)
39if (alignment != Alignment.NotSet)
UI\MobileControls\Design\Adapters\DesignerCommandAdapter.cs (2)
122if (alignment != Alignment.NotSet) 165if (alignment != Alignment.NotSet)
UI\MobileControls\Design\Adapters\DesignerLabelAdapter.cs (1)
58if (alignment != Alignment.NotSet)
UI\MobileControls\Design\Adapters\DesignerLinkAdapter.cs (1)
55if (alignment != Alignment.NotSet)
UI\MobileControls\Design\Adapters\DesignerTextBoxAdapter.cs (1)
145if (alignment != Alignment.NotSet)
UI\MobileControls\Design\Adapters\DesignerTextViewAdapter.cs (1)
62if (alignment != Alignment.NotSet)
UI\MobileControls\Design\Adapters\DesignerTextWriter.cs (1)
65bool align = (alignment != Alignment.NotSet);
UI\MobileControls\Design\Adapters\DesignerValidationSummaryAdapter.cs (1)
59if (alignment != Alignment.NotSet)
UI\MobileControls\Design\Adapters\DesignerValidatorAdapter.cs (1)
57if (alignment != Alignment.NotSet)
UI\MobileControls\Design\MobileContainerDesigner.cs (1)
208bool alignmentNotSet = alignment == Alignment.NotSet;
UI\MobileControls\MobileControl.cs (1)
807DefaultValue(Alignment.NotSet),
UI\MobileControls\Style.cs (2)
44AlignmentKey = RegisterStyle("Alignment", typeof(Alignment) , System.Web.UI.MobileControls.Alignment.NotSet, true), 577DefaultValue(Alignment.NotSet),
UI\MobileControls\StyleSheet.cs (1)
561return Alignment.NotSet;