2 writes to _schemaContext
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapper.cs (2)
223_schemaContext = null; 3872_schemaContext = new XamlTypeMapperSchemaContext(this);
4 references to _schemaContext
PresentationFramework (4)
System\Windows\Markup\XamlTypeMapper.cs (4)
165_schemaContext?.SetMappingProcessingInstruction(xmlNamespace, pair); 221if (_schemaContext != null) 3870if (_schemaContext == null) 3874return _schemaContext;