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