7 references to CommandConverter
PresentationBuildTasks (7)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (7)
3715case KnownElements.ICommand: converterId = KnownElements.CommandConverter; break; 3718case KnownElements.RoutedCommand: converterId = KnownElements.CommandConverter; break; 3719case KnownElements.RoutedUICommand: converterId = KnownElements.CommandConverter; break; 4699converterId = KnownElements.CommandConverter; 4705converterId = KnownElements.CommandConverter; 4711converterId = KnownElements.CommandConverter; 5462case KnownElements.CommandConverter: t = _asmFramework.GetType("System.Windows.Input.CommandConverter"); break;