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)
171
if (
_schemaContext
!= null)
173
_schemaContext
.SetMappingProcessingInstruction(xmlNamespace, pair);
230
if (
_schemaContext
!= null)
3870
if (
_schemaContext
== null)
3874
return
_schemaContext
;