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