3 instantiations of CommandConverter
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
872case -94: o = new System.Windows.Input.CommandConverter(); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2956DefaultConstructor = delegate () { return new System.Windows.Input.CommandConverter(); }
System\Windows\Markup\KnownTypes.cs (1)
1171case KnownElements.CommandConverter: o = new System.Windows.Input.CommandConverter(); break;
15 references to CommandConverter
PresentationFramework (15)
MS\Internal\Markup\StaticExtension.cs (1)
95value = CommandConverter.GetKnownControlCommand(MemberType, Member);
System\Windows\Input\Command\CommandValueSerializer.cs (4)
28if (CommandConverter.IsKnownType(command.OwnerType)) 65if (CommandConverter.IsKnownType(command.OwnerType)) 102if (command.OwnerType != null && !CommandConverter.IsKnownType(command.OwnerType)) 156ICommand command = CommandConverter.ConvertFromHelper( declaringType, commandName );
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
187case 94: t = () => typeof(CommandConverter); break;
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2669providedValue = System.Windows.Input.CommandConverter.GetKnownControlCommand(memberType, currentText);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
1835TypeConverterType = typeof(System.Windows.Input.CommandConverter) 7526TypeConverterType = typeof(System.Windows.Input.CommandConverter), 7930TypeConverterType = typeof(System.Windows.Input.CommandConverter)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (4)
2953typeof(System.Windows.Input.CommandConverter), 5676TypeConverterType = typeof(System.Windows.Input.CommandConverter) 9471TypeConverterType = typeof(System.Windows.Input.CommandConverter) 9514TypeConverterType = typeof(System.Windows.Input.CommandConverter)
System\Windows\Markup\KnownTypes.cs (1)
5641case KnownElements.CommandConverter: t = typeof(System.Windows.Input.CommandConverter); break;