5 writes to Alignment
System.Web.Mobile (5)
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (1)
293subCommandStyle.Alignment = style.Alignment;
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (1)
247commandStyle.Alignment = Alignment.Left;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (1)
480subCommandStyle.Alignment = style.Alignment;
UI\MobileControls\MobileControl.cs (1)
819this.Style.Alignment = value;
UI\MobileControls\StyleSheet.cs (1)
71subCommand.Alignment = Alignment.Center;
4 references to Alignment
System.Web.Mobile (4)
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (1)
293subCommandStyle.Alignment = style.Alignment;
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (1)
245if (commandStyle.Alignment == Alignment.NotSet)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (1)
480subCommandStyle.Alignment = style.Alignment;
UI\MobileControls\MobileControl.cs (1)
815return this.Style.Alignment;