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