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