2 writes to _commandStyle
System.Web.Mobile (2)
UI\MobileControls\ObjectList.cs (2)
1460
_commandStyle
= new Style();
1468
_commandStyle
= value;
6 references to _commandStyle
System.Web.Mobile (6)
UI\MobileControls\ObjectList.cs (6)
1458
if (
_commandStyle
== null)
1461
_commandStyle
.SetControl(this);
1462
_commandStyle
.StyleReference = "subcommand";
1464
return
_commandStyle
;
1500
if (
_commandStyle
!= null)
1502
_commandStyle
.InvalidateParentStyle();