1 write to _emptyDataRowStyle
System.Web (1)
UI\WebControls\DetailsView.cs (1)
644
_emptyDataRowStyle
= new TableItemStyle();
4 references to _emptyDataRowStyle
System.Web (4)
UI\WebControls\DetailsView.cs (4)
643
if (
_emptyDataRowStyle
== null) {
646
((IStateManager)
_emptyDataRowStyle
).TrackViewState();
648
return
_emptyDataRowStyle
;
3305
compositeStyle =
_emptyDataRowStyle
;