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)
553return SchemaContext.GetValueConverter<XamlDeferringLoader>(loaderTypes[0], null); 706result = SchemaContext.GetValueConverter<TypeConverter>(converterType, null); 726result = SchemaContext.GetValueConverter<ValueSerializer>(converterType, null);
System\Xaml\XamlType.cs (4)
866return SchemaContext.GetValueConverter<XamlDeferringLoader>(loaderTypes[0], null); 1238return SchemaContext.GetValueConverter<TypeConverter>(converterType, null); 1256return SchemaContext.GetValueConverter<TypeConverter>(typeof(EnumConverter), this); 1285return SchemaContext.GetValueConverter<ValueSerializer>(converterType, null);