1 write to _command
System.Web.Mobile (1)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
102
_command
= new Command();
6 references to _command
System.Web.Mobile (6)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (6)
103
_command
.Visible = false;
104
_command
.EnableViewState = false;
105
Control.Controls.Add(
_command
);
391
_command
.Text = GetDefaultLabel(OKLabel);
392
_command
.Visible = true;
393
_command
.RenderControl(writer);