Base:
method
GetXamlType
System.Windows.Baml2006.WpfSharedBamlSchemaContext.GetXamlType(System.Type)
2 references to GetXamlType
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
100return _sharedSchemaContext.GetXamlType(type); 329result = sharedSchemaXamlType ?? _sharedSchemaContext.GetXamlType(type);