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; 105Control.Controls.Add(_command); 391_command.Text = GetDefaultLabel(OKLabel); 392_command.Visible = true; 393_command.RenderControl(writer);