3 references to RoutedUICommand
PresentationFramework (3)
src\Framework\System\Windows\Markup\KnownTypes.cs (3)
1515case KnownElements.RoutedUICommand: o = new System.Windows.Input.RoutedUICommand(); break; 3716case KnownElements.RoutedUICommand: converterId = KnownElements.CommandConverter; break; 6083case KnownElements.RoutedUICommand: t = typeof(System.Windows.Input.RoutedUICommand); break;