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