1 write to _commandRowStyle
System.Web (1)
UI\WebControls\DetailsView.cs (1)
472
_commandRowStyle
= new TableItemStyle();
8 references to _commandRowStyle
System.Web (8)
UI\WebControls\DetailsView.cs (8)
471
if (
_commandRowStyle
== null) {
474
((IStateManager)
_commandRowStyle
).TrackViewState();
476
return
_commandRowStyle
;
3285
compositeStyle.CopyFrom(
_commandRowStyle
);
3494
object commandRowStyleState = (
_commandRowStyle
!= null) ? ((IStateManager)
_commandRowStyle
).SaveViewState() : null;
3555
if (
_commandRowStyle
!= null)
3556
((IStateManager)
_commandRowStyle
).TrackViewState();