1 write to _fieldCollection
System.Web (1)
UI\WebControls\GridView.cs (1)
518_fieldCollection = new DataControlFieldCollection();
8 references to _fieldCollection
System.Web (8)
UI\WebControls\GridView.cs (8)
517if (_fieldCollection == null) { 519_fieldCollection.FieldsChanged += new EventHandler(OnFieldsChanged); 521((IStateManager)_fieldCollection).TrackViewState(); 523return _fieldCollection; 4289object fieldState = (_fieldCollection != null) ? ((IStateManager)_fieldCollection).SaveViewState() : null; 4387if (_fieldCollection != null) 4388((IStateManager)_fieldCollection).TrackViewState();