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