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; 831state.Current.Alignment = Alignment.Left;
UI\MobileControls\Adapters\HtmlSelectionListAdapter.cs (1)
148if(!Device.Tables || alignment == Alignment.Left || alignment == Alignment.NotSet)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (2)
45private Alignment _lastAlignment = Alignment.Left; 1168_lastAlignment = Alignment.Left;
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (2)
1088layout.Align != Alignment.Left, 1570new WmlLayout(Alignment.Left, Wrapping.Wrap);
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (1)
247commandStyle.Alignment = Alignment.Left;
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (1)
337if (alignment != Alignment.NotSet && alignment != Alignment.Left)
UI\MobileControls\Design\Adapters\DesignerAdRotatorAdapter.cs (1)
60alignment == Alignment.Left)
UI\MobileControls\Design\Adapters\DesignerCommandAdapter.cs (1)
201alignment == Alignment.Left)
UI\MobileControls\Design\Adapters\DesignerImageAdapter.cs (1)
70alignment == Alignment.Left)