2 references to ICommand
PresentationFramework (2)
System\Windows\Markup\KnownTypes.cs (2)
3715case KnownElements.ICommand: converterId = KnownElements.CommandConverter; break; 5823case KnownElements.ICommand: t = typeof(System.Windows.Input.ICommand); break;