1 write to _list
System.Web.Mobile (1)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (1)
43_list = new List();
5 references to _list
System.Web.Mobile (5)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (5)
44Control.Controls.Add(_list); 72_list.Decoration = ListDecoration.Bulleted; 73_list.DataSource = arr; 74_list.DataBind(); 87_list.BreakAfter = false;