1 write to _objectList
System.Web.Mobile (1)
UI\MobileControls\Design\ObjectListDesigner.cs (1)
80_objectList = (System.Web.UI.MobileControls.ObjectList) component;
27 references to _objectList
System.Web.Mobile (27)
UI\MobileControls\Design\ObjectListDesigner.cs (27)
126oldLabelField = _objectList.LabelField; 127oldTableFields = _objectList.TableFields; 131if (_objectList.DeviceSpecific != null) 133_objectList.DeviceSpecific.SetDesignerChoice(CurrentChoice); 138bool oldAutoGenerateFields = _objectList.AutoGenerateFields; 139if ((oldAutoGenerateFields == false) && (_objectList.Fields.Count == 0)) 143_objectList.AutoGenerateFields = true; 149_objectList.LabelField = String.Empty; 150_objectList.TableFields = String.Empty; 155_objectList.DataSource = designTimeDataSource; 156_objectList.DataBind(); 157_objectList.Adapter.Render(htmlWriter); 161_objectList.DataSource = null; 162_objectList.AutoGenerateFields = oldAutoGenerateFields; 166_objectList.LabelField = oldLabelField; 167_objectList.TableFields = oldTableFields; 171_objectList.Controls.Clear(); 172_objectList.InvalidateDisplayFieldIndices(); 242return _objectList.DataMember; 246_objectList.DataMember = value; 393selectedDataSource = DesignTimeData.GetSelectedDataSource(_objectList, binding.Expression, DataMember); 420selectedDataSource = DesignTimeData.GetSelectedDataSource(_objectList, binding.Expression); 468_objectList.LabelStyle.Refresh(); 469_objectList.CommandStyle.Refresh(); 549changeService.OnComponentChanging(_objectList, null); 564result = compEditor.EditComponent(_objectList); 570changeService.OnComponentChanged(_objectList, null, null, null);