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