2 writes to _schemaContext
PresentationFramework (2)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
248_schemaContext = null; 4101_schemaContext = new XamlTypeMapperSchemaContext(this);
5 references to _schemaContext
PresentationFramework (5)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (5)
191if (_schemaContext != null) 193_schemaContext.SetMappingProcessingInstruction(xmlNamespace, pair); 246if (_schemaContext != null) 4099if (_schemaContext == null) 4103return _schemaContext;