2 references to RoutedCommand
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (2)
3718
case KnownElements.
RoutedCommand
: converterId = KnownElements.CommandConverter; break;
5060
case KnownElements.
RoutedCommand
: t = _asmCore.GetType("System.Windows.Input.RoutedCommand"); break;