2 references to ClassWithDefaultConstructor
System.Xaml.Tests (2)
System\Xaml\XamlTypeTests.cs (2)
1911
yield return new object[] { new SubXamlType(typeof(
ClassWithDefaultConstructor
), new XamlSchemaContext()), false };
2663
yield return new object[] { new SubXamlType(typeof(
ClassWithDefaultConstructor
), new XamlSchemaContext()), true };