2 references to RoutedUICommand
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8607
bamlType.DefaultConstructor = delegate() { return new System.Windows.Input.
RoutedUICommand
(); };
System\Windows\Markup\KnownTypes.cs (1)
1514
case KnownElements.RoutedUICommand: o = new System.Windows.Input.
RoutedUICommand
(); break;