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)
55Control.Controls.Add(_list); 85_list.Decoration = ListDecoration.Bulleted; 86_list.DataSource = arr; 87_list.DataBind(); 100_list.BreakAfter = false;