1 write to _rowStyle
System.Web (1)
UI\WebControls\GridView.cs (1)
1184_rowStyle = new TableItemStyle();
12 references to _rowStyle
System.Web (12)
UI\WebControls\GridView.cs (12)
1183if (_rowStyle == null) { 1186((IStateManager)_rowStyle).TrackViewState(); 1188return _rowStyle; 3979altRowStyle.CopyFrom(_rowStyle); 3983altRowStyle = _rowStyle; 4020s.CopyFrom(_rowStyle); 4038s.CopyFrom(_rowStyle); 4047row.MergeStyle(_rowStyle); 4293object rowStyleState = (_rowStyle != null) ? ((IStateManager)_rowStyle).SaveViewState() : null; 4395if (_rowStyle != null) 4396((IStateManager)_rowStyle).TrackViewState();