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