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)
643if (_emptyDataRowStyle == null) { 646((IStateManager)_emptyDataRowStyle).TrackViewState(); 648return _emptyDataRowStyle; 3305compositeStyle = _emptyDataRowStyle;