7 references to None
System.Web.Mobile (7)
UI\MobileControls\Adapters\HtmlListAdapter.cs (2)
77
if (decoration != ListDecoration.
None
|| !Device.Tables)
185
if (decoration != ListDecoration.
None
|| !Device.Tables)
UI\MobileControls\Design\ListGeneralPage.cs (2)
241
case ListDecoration.
None
:
313
list.Decoration = ListDecoration.
None
;
UI\MobileControls\List.cs (3)
48
private ListDecoration _decoration = ListDecoration.
None
;
419
DefaultValue(ListDecoration.
None
),
560
if (itemsState != null || Decoration != ListDecoration.
None
)