3 references to
PresentationCore (3)
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (2)
47
public RoutedCommand(string name, Type ownerType) :
this
(name, ownerType, null)
85
internal RoutedCommand(string name, Type ownerType, byte commandId) :
this
(name, ownerType, null)
Core\CSharp\System\Windows\Input\Command\RoutedUICommand.cs (1)
50
:
base
(name, ownerType, inputGestures)