1 write to _footerStyle
System.Web (1)
UI\WebControls\DetailsView.cs (1)
820_footerStyle = new TableItemStyle();
8 references to _footerStyle
System.Web (8)
UI\WebControls\DetailsView.cs (8)
819if (_footerStyle == null) { 822((IStateManager)_footerStyle).TrackViewState(); 824return _footerStyle; 3274compositeStyle = _footerStyle; 3491object footerStyleState = (_footerStyle != null) ? ((IStateManager)_footerStyle).SaveViewState() : null; 3549if (_footerStyle != null) 3550((IStateManager)_footerStyle).TrackViewState();