1 write to schemaContextRef
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
1348
schemaContextRef
= new WeakReference(schemaContext);
1 reference to schemaContextRef
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
1353
XamlSchemaContext schemaContext = (XamlSchemaContext)
schemaContextRef
.Target;