22 references to ListDecoration
System.Web.Mobile (22)
UI\MobileControls\Adapters\HtmlListAdapter.cs (5)
70ListDecoration decoration = Control.Decoration; 77if (decoration != ListDecoration.None || !Device.Tables) 85case ListDecoration.Bulleted: 96case ListDecoration.Numbered: 185if (decoration != ListDecoration.None || !Device.Tables)
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (1)
85_list.Decoration = ListDecoration.Bulleted;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicListAdapter.cs (3)
56ListDecoration decoration = Control.Decoration; 60case ListDecoration.Bulleted: 63case ListDecoration.Numbered:
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (1)
72_list.Decoration = ListDecoration.Bulleted;
UI\MobileControls\Design\ListGeneralPage.cs (6)
241case ListDecoration.None: 244case ListDecoration.Bulleted: 247case ListDecoration.Numbered: 313list.Decoration = ListDecoration.None; 316list.Decoration = ListDecoration.Bulleted; 319list.Decoration = ListDecoration.Numbered;
UI\MobileControls\List.cs (6)
48private ListDecoration _decoration = ListDecoration.None; 419DefaultValue(ListDecoration.None), 423public ListDecoration Decoration 560if (itemsState != null || Decoration != ListDecoration.None ) 582Decoration = (ListDecoration) state[2];