23 references to AlignmentKey
System.Web.Mobile (23)
UI\MobileControls\Adapters\HtmlCalendarAdapter.cs (1)
91Alignment align = (Alignment) Style[Style.AlignmentKey, true];
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (1)
520_alignment = (Alignment) style[Style.AlignmentKey, true];
UI\MobileControls\Adapters\HtmlSelectionListAdapter.cs (2)
123if((Alignment)Style[Style.AlignmentKey, true] == Alignment.Right) 147Alignment alignment = (Alignment)Style[Style.AlignmentKey, true];
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (1)
1669Alignment align = (Alignment)style[Style.AlignmentKey, true];
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlStyleClass.cs (3)
110Alignment styleAlignment = (Alignment) _controlStyle [Style.AlignmentKey, true /* inherit */]; 227if ((Alignment)_controlStyle [Style.AlignmentKey, true] != (Alignment)style [Style.AlignmentKey, true]) {
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (1)
333Alignment alignment = (Alignment) parentStyle[Style.AlignmentKey, true];
UI\MobileControls\Design\Adapters\DesignerAdRotatorAdapter.cs (1)
33Alignment alignment = (Alignment)Style[Style.AlignmentKey, true];
UI\MobileControls\Design\Adapters\DesignerCalendarAdapter.cs (1)
38Alignment alignment = (Alignment)Style[Style.AlignmentKey, true];
UI\MobileControls\Design\Adapters\DesignerCommandAdapter.cs (1)
42Alignment alignment = (Alignment)Style[Style.AlignmentKey, true];
UI\MobileControls\Design\Adapters\DesignerImageAdapter.cs (1)
34Alignment alignment = (Alignment)Style[Style.AlignmentKey, true];
UI\MobileControls\Design\Adapters\DesignerLabelAdapter.cs (1)
34Alignment alignment = (Alignment)Style[Style.AlignmentKey, true];
UI\MobileControls\Design\Adapters\DesignerLinkAdapter.cs (1)
32Alignment alignment = (Alignment)Style[Style.AlignmentKey, true];
UI\MobileControls\Design\Adapters\DesignerTextBoxAdapter.cs (1)
141Alignment alignment = (Alignment) Style[Style.AlignmentKey, true];
UI\MobileControls\Design\Adapters\DesignerTextViewAdapter.cs (1)
40Alignment alignment = (Alignment) Style[Style.AlignmentKey, true];
UI\MobileControls\Design\Adapters\DesignerTextWriter.cs (1)
61Alignment alignment = (Alignment) style[Style.AlignmentKey, true];
UI\MobileControls\Design\Adapters\DesignerValidationSummaryAdapter.cs (1)
35Alignment alignment = (Alignment) Style[Style.AlignmentKey, true];
UI\MobileControls\Design\Adapters\DesignerValidatorAdapter.cs (1)
33Alignment alignment = (Alignment) Style[Style.AlignmentKey, true];
UI\MobileControls\Design\MobileContainerDesigner.cs (1)
207Alignment alignment = (Alignment)Style[Style.AlignmentKey, true];
UI\MobileControls\Style.cs (2)
586return (Alignment)this[AlignmentKey]; 590this[AlignmentKey] = value;