2 writes to _schemaContext
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapper.cs (2)
242_schemaContext = null; 3882_schemaContext = new XamlTypeMapperSchemaContext(this);
5 references to _schemaContext
PresentationFramework (5)
System\Windows\Markup\XamlTypeMapper.cs (5)
181if (_schemaContext != null) 183_schemaContext.SetMappingProcessingInstruction(xmlNamespace, pair); 240if (_schemaContext != null) 3880if (_schemaContext == null) 3884return _schemaContext;