6 writes to Decoration
System.Web.Mobile (6)
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (1)
85_list.Decoration = ListDecoration.Bulleted;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (1)
72_list.Decoration = ListDecoration.Bulleted;
UI\MobileControls\Design\ListGeneralPage.cs (3)
313list.Decoration = ListDecoration.None; 316list.Decoration = ListDecoration.Bulleted; 319list.Decoration = ListDecoration.Numbered;
UI\MobileControls\List.cs (1)
582Decoration = (ListDecoration) state[2];
5 references to Decoration
System.Web.Mobile (5)
UI\MobileControls\Adapters\HtmlListAdapter.cs (1)
70ListDecoration decoration = Control.Decoration;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicListAdapter.cs (1)
56ListDecoration decoration = Control.Decoration;
UI\MobileControls\Design\ListGeneralPage.cs (1)
239switch (list.Decoration)
UI\MobileControls\List.cs (2)
560if (itemsState != null || Decoration != ListDecoration.None ) 562return new Object[3] { baseState, itemsState, Decoration };