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