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)
44
var context = new
XamlSchemaContext
(settings);
819
var context = new
XamlSchemaContext
(settings);
System\Xaml\XamlTypeTests.cs (7)
221
new XamlType(typeof(int), new
XamlSchemaContext
(new XamlSchemaContextSettings
236
new XamlType(typeof(GlobalNamespaceClass), new
XamlSchemaContext
(new XamlSchemaContextSettings
249
new XamlType(typeof(XamlTypeTests), new
XamlSchemaContext
(new XamlSchemaContextSettings
3688
yield return new object?[] { new SubXamlType(typeof(ArrayExtension), new
XamlSchemaContext
(duplicateSupport)), 2, null };
3689
yield return new object?[] { new SubXamlType(typeof(ArrayExtension), new
XamlSchemaContext
(duplicateSupport)), 1, new XamlType[] { new XamlType(typeof(Type), new XamlSchemaContext()) } };
3690
yield return new object?[] { new SubXamlType(typeof(ArrayExtension), new
XamlSchemaContext
(duplicateSupport)), 0, Array.Empty<XamlType>() };
3691
yield return new object?[] { new SubXamlType(typeof(ArrayExtension), new
XamlSchemaContext
(duplicateSupport)), -1, null };