1 write to _footerStyle
System.Web (1)
UI\WebControls\GridView.cs (1)
852_footerStyle = new TableItemStyle();
9 references to _footerStyle
System.Web (9)
UI\WebControls\GridView.cs (9)
851if (_footerStyle == null) { 854((IStateManager)_footerStyle).TrackViewState(); 856return _footerStyle; 3997if (ShowFooter && _footerStyle != null) { 3998row.MergeStyle(_footerStyle); 4292object footerStyleState = (_footerStyle != null) ? ((IStateManager)_footerStyle).SaveViewState() : null; 4393if (_footerStyle != null) 4394((IStateManager)_footerStyle).TrackViewState();