1 write to _footerStyle
System.Web (1)
UI\WebControls\FormView.cs (1)
617_footerStyle = new TableItemStyle();
8 references to _footerStyle
System.Web (8)
UI\WebControls\FormView.cs (8)
616if (_footerStyle == null) { 619((IStateManager)_footerStyle).TrackViewState(); 621return _footerStyle; 2805compositeStyle = _footerStyle; 2952object footerStyleState = (_footerStyle != null) ? ((IStateManager)_footerStyle).SaveViewState() : null; 2999if (_footerStyle != null) 3000((IStateManager)_footerStyle).TrackViewState();