1 write to _list
System.Web.Mobile (1)
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (1)
54
_list
= new List();
5 references to _list
System.Web.Mobile (5)
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (5)
55
Control.Controls.Add(
_list
);
85
_list
.Decoration = ListDecoration.Bulleted;
86
_list
.DataSource = arr;
87
_list
.DataBind();
100
_list
.BreakAfter = false;