1 write to _footerStyle
System.Web (1)
UI\WebControls\DataControlField.cs (1)
155_footerStyle = new TableItemStyle();
10 references to _footerStyle
System.Web (10)
UI\WebControls\DataControlField.cs (10)
154if (_footerStyle == null) { 157((IStateManager)_footerStyle).TrackViewState(); 159return _footerStyle; 167return _footerStyle; 600object footerStyleState = (_footerStyle != null) ? ((IStateManager)_footerStyle).SaveViewState() : null; 628if (_footerStyle != null) { 629_footerStyle.SetDirty(); 658if (_footerStyle != null) 659((IStateManager)_footerStyle).TrackViewState();