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