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