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