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)
43
private
Command
_command;
UI\MobileControls\Adapters\HtmlCommandAdapter.cs (2)
37
protected new
Command
Control
41
return (
Command
)base.Control;
UI\MobileControls\Adapters\WmlCommandAdapter.cs (2)
34
protected new
Command
Control
38
return (
Command
)base.Control;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
34
private
Command
_command;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCommandAdapter.cs (2)
27
protected new
Command
Control {
29
return 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
'/>
32
private System.Web.UI.MobileControls.
Command
_command;
51
Debug.Assert(component is System.Web.UI.MobileControls.
Command
,
53
_command = (System.Web.UI.MobileControls.
Command
) component;