3 references to RoutedCommand
PresentationFramework (3)
System\Windows\Markup\KnownTypes.cs (3)
1512
case KnownElements.
RoutedCommand
: o = new System.Windows.Input.RoutedCommand(); break;
3725
case KnownElements.
RoutedCommand
: converterId = KnownElements.CommandConverter; break;
6090
case KnownElements.
RoutedCommand
: t = typeof(System.Windows.Input.RoutedCommand); break;