12 references to XamlSchemaContext
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (1)
19: base(Array.Empty<Assembly>())
System.Xaml.Tests (11)
System\Xaml\XamlSchemaContextTests.cs (11)
61var context = new XamlSchemaContext(referenceAssemblies); 177var context = new XamlSchemaContext(new Assembly[] { assembly1, assembly2 }); 259var context = new XamlSchemaContext(new Assembly[] { assemblyWithPrefix }); 266var context = new XamlSchemaContext(new Assembly?[] { null }); 329var context = new XamlSchemaContext(new Assembly[] { assembly }); 343var context = new XamlSchemaContext(new Assembly[] { assembly }); 357var context = new XamlSchemaContext(new Assembly[] { assembly }); 371var context = new XamlSchemaContext(new Assembly[] { assembly }); 385var context = new XamlSchemaContext(new Assembly[] { assembly }); 933var context = new XamlSchemaContext(new Assembly[] { typeof(int).Assembly }); 941var context = new XamlSchemaContext(new Assembly?[] { null });