1 write to _command
System.Web.Mobile (1)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
124_command = new Command();
6 references to _command
System.Web.Mobile (6)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (6)
125_command.Visible = false; 126_command.EnableViewState = false; 127Control.Controls.Add(_command); 446_command.Text = GetDefaultLabel(OKLabel); 447_command.Visible = true; 448_command.RenderControl(writer);