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