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