2 writes to _schemaContext
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapper.cs (2)
222_schemaContext = null; 3871_schemaContext = new XamlTypeMapperSchemaContext(this);
4 references to _schemaContext
PresentationFramework (4)
System\Windows\Markup\XamlTypeMapper.cs (4)
164_schemaContext?.SetMappingProcessingInstruction(xmlNamespace, pair); 220if (_schemaContext != null) 3869if (_schemaContext == null) 3873return _schemaContext;