1 write to _command
System.Web.Mobile (1)
UI\MobileControls\Design\CommandDesigner.cs (1)
53_command = (System.Web.UI.MobileControls.Command) component;
10 references to _command
System.Web.Mobile (10)
UI\MobileControls\Design\CommandDesigner.cs (10)
71Debug.Assert(null != _command.Text); 76String originalText = _command.Text; 78bool hasControls = _command.HasControls(); 84children = new Control[_command.Controls.Count]; 85_command.Controls.CopyTo(children, 0); 87_command.Text = "[" + _command.ID + "]"; 92_command.Adapter.Render(tw); 98_command.Text = originalText; 103_command.Controls.Add(c);