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