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);
220
if (
_schemaContext
!= null)
3869
if (
_schemaContext
== null)
3873
return
_schemaContext
;