1 instantiation of XamlTypeMapperSchemaContext
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapper.cs (1)
3874
_schemaContext = new
XamlTypeMapperSchemaContext
(this);
3 references to XamlTypeMapperSchemaContext
PresentationFramework (3)
System\Windows\Markup\WpfXamlLoader.cs (2)
58
var
typeMapperContext = schemaContext as XamlTypeMapper.
XamlTypeMapperSchemaContext
;
System\Windows\Markup\XamlTypeMapper.cs (1)
4161
private
XamlTypeMapperSchemaContext
_schemaContext;