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