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