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)
819
if (
_footerStyle
== null) {
822
((IStateManager)
_footerStyle
).TrackViewState();
824
return
_footerStyle
;
3274
compositeStyle =
_footerStyle
;
3491
object footerStyleState = (
_footerStyle
!= null) ? ((IStateManager)
_footerStyle
).SaveViewState() : null;
3549
if (
_footerStyle
!= null)
3550
((IStateManager)
_footerStyle
).TrackViewState();