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