10 references to GetValueConverter
PresentationFramework (3)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (3)
249return base.GetValueConverter<XamlDeferringLoader>(loaderType, null); 256return base.GetValueConverter<TypeConverter>(typeof(EnumConverter), GetXamlType(converterType)); 260return base.GetValueConverter<TypeConverter>(converterType, null);
System.Xaml (7)
System\Xaml\XamlMember.cs (3)
530return SchemaContext.GetValueConverter<XamlDeferringLoader>(loaderTypes[0], null); 670result = SchemaContext.GetValueConverter<TypeConverter>(converterType, null); 689result = SchemaContext.GetValueConverter<ValueSerializer>(converterType, null);
System\Xaml\XamlType.cs (4)
813return SchemaContext.GetValueConverter<XamlDeferringLoader>(loaderTypes[0], null); 1154return SchemaContext.GetValueConverter<TypeConverter>(converterType, null); 1172return SchemaContext.GetValueConverter<TypeConverter>(typeof(EnumConverter), this); 1198return SchemaContext.GetValueConverter<ValueSerializer>(converterType, null);