14 references to Left
System.Web.Mobile (14)
UI\MobileControls\Adapters\HtmlMobileTextWriter.cs (4)
506
_alignment = Alignment.
Left
;
523
_alignment = Alignment.
Left
;
804
_alignment = Alignment.
Left
;
831
state.Current.Alignment = Alignment.
Left
;
UI\MobileControls\Adapters\HtmlSelectionListAdapter.cs (1)
148
if(!Device.Tables || alignment == Alignment.
Left
|| alignment == Alignment.NotSet)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (2)
45
private Alignment _lastAlignment = Alignment.
Left
;
1168
_lastAlignment = Alignment.
Left
;
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (2)
1088
layout.Align != Alignment.
Left
,
1570
new WmlLayout(Alignment.
Left
, Wrapping.Wrap);
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (1)
247
commandStyle.Alignment = Alignment.
Left
;
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (1)
337
if (alignment != Alignment.NotSet && alignment != Alignment.
Left
)
UI\MobileControls\Design\Adapters\DesignerAdRotatorAdapter.cs (1)
60
alignment == Alignment.
Left
)
UI\MobileControls\Design\Adapters\DesignerCommandAdapter.cs (1)
201
alignment == Alignment.
Left
)
UI\MobileControls\Design\Adapters\DesignerImageAdapter.cs (1)
70
alignment == Alignment.
Left
)