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)
616
if (
_footerStyle
== null) {
619
((IStateManager)
_footerStyle
).TrackViewState();
621
return
_footerStyle
;
2805
compositeStyle =
_footerStyle
;
2952
object footerStyleState = (
_footerStyle
!= null) ? ((IStateManager)
_footerStyle
).SaveViewState() : null;
2999
if (
_footerStyle
!= null)
3000
((IStateManager)
_footerStyle
).TrackViewState();