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