3 references to RoutedCommand
PresentationFramework (3)
src\Framework\System\Windows\Markup\KnownTypes.cs (3)
1513case KnownElements.RoutedCommand: o = new System.Windows.Input.RoutedCommand(); break; 3715case KnownElements.RoutedCommand: converterId = KnownElements.CommandConverter; break; 6080case KnownElements.RoutedCommand: t = typeof(System.Windows.Input.RoutedCommand); break;