2 instantiations of Command
System.Web.Mobile (2)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
124_command = new Command();
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
102_command = new Command();
13 references to Command
System.Web.Mobile (13)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
43private Command _command;
UI\MobileControls\Adapters\HtmlCommandAdapter.cs (2)
37protected new Command Control 41return (Command)base.Control;
UI\MobileControls\Adapters\WmlCommandAdapter.cs (2)
34protected new Command Control 38return (Command)base.Control;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
34private Command _command;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCommandAdapter.cs (2)
27protected new Command Control { 29return base.Control as Command;
UI\MobileControls\Design\CommandDesigner.cs (5)
20/// The designer for the <see cref='System.Web.UI.MobileControls.Command'/> 24/// <seealso cref='System.Web.UI.MobileControls.Command'/> 32private System.Web.UI.MobileControls.Command _command; 51Debug.Assert(component is System.Web.UI.MobileControls.Command, 53_command = (System.Web.UI.MobileControls.Command) component;