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