1 write to _fieldCollection
System.Web (1)
UI\WebControls\DetailsView.cs (1)
769_fieldCollection = new DataControlFieldCollection();
8 references to _fieldCollection
System.Web (8)
UI\WebControls\DetailsView.cs (8)
768if (_fieldCollection == null) { 770_fieldCollection.FieldsChanged += new EventHandler(OnFieldsChanged); 772((IStateManager)_fieldCollection).TrackViewState(); 774return _fieldCollection; 3498object fieldsState = (_fieldCollection != null) ? ((IStateManager)_fieldCollection).SaveViewState() : null; 3543if (_fieldCollection != null) 3544((IStateManager)_fieldCollection).TrackViewState();