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