10 references to RoutedCommand
Microsoft.VisualStudio.LanguageServices (7)
GenerateType\GenerateTypeDialog.xaml.cs (5)
50
new
RoutedCommand
(
57
new
RoutedCommand
(
64
new
RoutedCommand
(
71
new
RoutedCommand
(
78
new
RoutedCommand
(
PickMembers\PickMembersDialog.xaml.cs (2)
49
new
RoutedCommand
(
56
new
RoutedCommand
(
PresentationCore (3)
System\Windows\Input\Command\RoutedCommand.cs (2)
35
public RoutedCommand(string name, Type ownerType) :
this
(name, ownerType, null)
67
internal RoutedCommand(string name, Type ownerType, byte commandId) :
this
(name, ownerType, null)
System\Windows\Input\Command\RoutedUICommand.cs (1)
47
:
base
(name, ownerType, inputGestures)