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