3 references to
PresentationCore (3)
System\Windows\Input\Command\RoutedCommand.cs (2)
34public RoutedCommand(string name, Type ownerType) : this(name, ownerType, null) 66internal RoutedCommand(string name, Type ownerType, byte commandId) : this(name, ownerType, null)
System\Windows\Input\Command\RoutedUICommand.cs (1)
46: base(name, ownerType, inputGestures)