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)
488if (_emptyDataRowStyle == null) { 491((IStateManager)_emptyDataRowStyle).TrackViewState(); 493return _emptyDataRowStyle; 2827compositeStyle = _emptyDataRowStyle;