10 references to RoutedCommand
Microsoft.VisualStudio.LanguageServices (7)
GenerateType\GenerateTypeDialog.xaml.cs (5)
49
new
RoutedCommand
(
56
new
RoutedCommand
(
63
new
RoutedCommand
(
70
new
RoutedCommand
(
77
new
RoutedCommand
(
PickMembers\PickMembersDialog.xaml.cs (2)
48
new
RoutedCommand
(
55
new
RoutedCommand
(
PresentationCore (3)
System\Windows\Input\Command\RoutedCommand.cs (2)
46
public RoutedCommand(string name, Type ownerType) :
this
(name, ownerType, null)
78
internal RoutedCommand(string name, Type ownerType, byte commandId) :
this
(name, ownerType, null)
System\Windows\Input\Command\RoutedUICommand.cs (1)
51
:
base
(name, ownerType, inputGestures)