1 write to _editRowStyle
System.Web (1)
UI\WebControls\FormView.cs (1)
466_editRowStyle = new TableItemStyle();
9 references to _editRowStyle
System.Web (9)
UI\WebControls\FormView.cs (9)
465if (_editRowStyle == null) { 468((IStateManager)_editRowStyle).TrackViewState(); 470return _editRowStyle; 2812compositeStyle.CopyFrom(_editRowStyle); 2818compositeStyle.CopyFrom(_editRowStyle); 2954object editRowStyleState = (_editRowStyle != null) ? ((IStateManager)_editRowStyle).SaveViewState() : null; 3003if (_editRowStyle != null) 3004((IStateManager)_editRowStyle).TrackViewState();