1 write to _listDesigner
System.Web.Mobile (1)
UI\MobileControls\Design\ListItemsPage.cs (1)
81this._listDesigner = (IListDesigner)GetBaseDesigner();
3 references to _listDesigner
System.Web.Mobile (3)
UI\MobileControls\Design\ListItemsPage.cs (3)
169foreach (MobileListItem item in _listDesigner.Items) 268_listDesigner.Items.Clear(); 282_listDesigner.Items.Add(itemNode.RuntimeItem);