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)
84
if (
_controlStyle
== null) {
87
((IStateManager)
_controlStyle
).TrackViewState();
89
return
_controlStyle
;
118
return
_controlStyle
;
601
object controlStyleState = (
_controlStyle
!= null) ? ((IStateManager)
_controlStyle
).SaveViewState() : null;
631
if (
_controlStyle
!= null) {
632
_controlStyle
.SetDirty();
660
if (
_controlStyle
!= null)
661
((IStateManager)
_controlStyle
).TrackViewState();