10 references to XamlSchemaContext
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
44:base(settings)
System.Xaml.Tests (9)
System\Xaml\XamlSchemaContextTests.cs (2)
44var context = new XamlSchemaContext(settings); 819var context = new XamlSchemaContext(settings);
System\Xaml\XamlTypeTests.cs (7)
221new XamlType(typeof(int), new XamlSchemaContext(new XamlSchemaContextSettings 236new XamlType(typeof(GlobalNamespaceClass), new XamlSchemaContext(new XamlSchemaContextSettings 249new XamlType(typeof(XamlTypeTests), new XamlSchemaContext(new XamlSchemaContextSettings 3688yield return new object?[] { new SubXamlType(typeof(ArrayExtension), new XamlSchemaContext(duplicateSupport)), 2, null }; 3689yield return new object?[] { new SubXamlType(typeof(ArrayExtension), new XamlSchemaContext(duplicateSupport)), 1, new XamlType[] { new XamlType(typeof(Type), new XamlSchemaContext()) } }; 3690yield return new object?[] { new SubXamlType(typeof(ArrayExtension), new XamlSchemaContext(duplicateSupport)), 0, Array.Empty<XamlType>() }; 3691yield return new object?[] { new SubXamlType(typeof(ArrayExtension), new XamlSchemaContext(duplicateSupport)), -1, null };