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)
61
var context = new
XamlSchemaContext
(referenceAssemblies);
177
var context = new
XamlSchemaContext
(new Assembly[] { assembly1, assembly2 });
259
var context = new
XamlSchemaContext
(new Assembly[] { assemblyWithPrefix });
266
var context = new
XamlSchemaContext
(new Assembly?[] { null });
329
var context = new
XamlSchemaContext
(new Assembly[] { assembly });
343
var context = new
XamlSchemaContext
(new Assembly[] { assembly });
357
var context = new
XamlSchemaContext
(new Assembly[] { assembly });
371
var context = new
XamlSchemaContext
(new Assembly[] { assembly });
385
var context = new
XamlSchemaContext
(new Assembly[] { assembly });
933
var context = new
XamlSchemaContext
(new Assembly[] { typeof(int).Assembly });
941
var context = new
XamlSchemaContext
(new Assembly?[] { null });