2 writes to _schemaContext
PresentationFramework (2)
System\Windows\Markup\XamlTypeMapper.cs (2)
223
_schemaContext
= null;
3872
_schemaContext
= new XamlTypeMapperSchemaContext(this);
4 references to _schemaContext
PresentationFramework (4)
System\Windows\Markup\XamlTypeMapper.cs (4)
165
_schemaContext
?.SetMappingProcessingInstruction(xmlNamespace, pair);
221
if (
_schemaContext
!= null)
3870
if (
_schemaContext
== null)
3874
return
_schemaContext
;