3 references to RoutedCommand
PresentationCore (1)
System\Windows\Input\Command\RoutedUICommand.cs (1)
22
public RoutedUICommand() :
base
()
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9470
DefaultConstructor = delegate () { return new System.Windows.Input.
RoutedCommand
(); },
System\Windows\Markup\KnownTypes.cs (1)
1505
case KnownElements.RoutedCommand: o = new System.Windows.Input.
RoutedCommand
(); break;