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