3 references to RoutedUICommand
PresentationFramework (3)
System\Windows\Markup\KnownTypes.cs (3)
1507case KnownElements.RoutedUICommand: o = new System.Windows.Input.RoutedUICommand(); break; 3719case KnownElements.RoutedUICommand: converterId = KnownElements.CommandConverter; break; 6086case KnownElements.RoutedUICommand: t = typeof(System.Windows.Input.RoutedUICommand); break;