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