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