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