2 writes to _schemaContext
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapper.cs (2)
234_schemaContext = null; 3874_schemaContext = new XamlTypeMapperSchemaContext(this);
5 references to _schemaContext
PresentationFramework (5)
System\Windows\Markup\XamlTypeMapper.cs (5)
173if (_schemaContext != null) 175_schemaContext.SetMappingProcessingInstruction(xmlNamespace, pair); 232if (_schemaContext != null) 3872if (_schemaContext == null) 3876return _schemaContext;