1 write to _emptyDataRowStyle
System.Web (1)
UI\WebControls\FormView.cs (1)
489
_emptyDataRowStyle
= new TableItemStyle();
4 references to _emptyDataRowStyle
System.Web (4)
UI\WebControls\FormView.cs (4)
488
if (
_emptyDataRowStyle
== null) {
491
((IStateManager)
_emptyDataRowStyle
).TrackViewState();
493
return
_emptyDataRowStyle
;
2827
compositeStyle =
_emptyDataRowStyle
;