10 references to GetValueConverter
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (3)
254return base.GetValueConverter<XamlDeferringLoader>(loaderType, null); 261return base.GetValueConverter<TypeConverter>(typeof(EnumConverter), GetXamlType(converterType)); 265return base.GetValueConverter<TypeConverter>(converterType, null);
System.Xaml (7)
System\Xaml\XamlMember.cs (3)
533return SchemaContext.GetValueConverter<XamlDeferringLoader>(loaderTypes[0], null); 673result = SchemaContext.GetValueConverter<TypeConverter>(converterType, null); 692result = SchemaContext.GetValueConverter<ValueSerializer>(converterType, null);
System\Xaml\XamlType.cs (4)
816return SchemaContext.GetValueConverter<XamlDeferringLoader>(loaderTypes[0], null); 1157return SchemaContext.GetValueConverter<TypeConverter>(converterType, null); 1175return SchemaContext.GetValueConverter<TypeConverter>(typeof(EnumConverter), this); 1201return SchemaContext.GetValueConverter<ValueSerializer>(converterType, null);