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)
1458if (_commandStyle == null) 1461_commandStyle.SetControl(this); 1462_commandStyle.StyleReference = "subcommand"; 1464return _commandStyle; 1500if (_commandStyle != null) 1502_commandStyle.InvalidateParentStyle();