1 write to _controlStyle
System.Web (1)
UI\WebControls\DataControlField.cs (1)
85_controlStyle = new Style();
10 references to _controlStyle
System.Web (10)
UI\WebControls\DataControlField.cs (10)
84if (_controlStyle == null) { 87((IStateManager)_controlStyle).TrackViewState(); 89return _controlStyle; 118return _controlStyle; 601object controlStyleState = (_controlStyle != null) ? ((IStateManager)_controlStyle).SaveViewState() : null; 631if (_controlStyle != null) { 632_controlStyle.SetDirty(); 660if (_controlStyle != null) 661((IStateManager)_controlStyle).TrackViewState();