30 references to XamlTypeTests
System.Xaml.Tests (30)
System\Xaml\XamlMemberTests.cs (15)
565public XamlTypeTests.ClassWithTypeXamlDeferLoadAttribute? ClassWithTypeXamlDeferLoadAttribute { get; set; } 566public XamlTypeTests.ClassWithStringXamlDeferLoadAttribute? ClassWithStringXamlDeferLoadAttribute { get; set; } 1829public XamlTypeTests.ClassWithTypeConverterAttribute? ClassWithTypeConverterAttribute { get; set; } 1830public XamlTypeTests.StructWithTypeConverterAttribute? StructWithTypeConverterAttribute { get; set; } 1831public XamlTypeTests.ClassWithStringTypeConverterAttribute? ClassWithStringTypeConverterAttribute { get; set; } 1832public XamlTypeTests.InheritedClassWithTypeConverterAttribute? InheritedClassWithTypeConverterAttribute { get; set; } 1833public XamlTypeTests.ClassWithNullStringTypeConverterAttribute? ClassWithNullStringTypeConverterAttribute { get; set; } 1834public XamlTypeTests.ClassWithNullTypeConverterAttribute? ClassWithNullTypeConverterAttribute { get; set; } 1835public XamlTypeTests.ClassWithDefaultTypeConverterAttribute? ClassWithDefaultTypeConverterAttribute { get; set; } 2178public XamlTypeTests.ClassWithValueSerializerAttribute? ClassWithValueSerializerAttribute { get; set; } 2179public XamlTypeTests.StructWithValueSerializerAttribute? StructWithValueSerializerAttribute { get; set; } 2180public XamlTypeTests.ClassWithStringValueSerializerAttribute? ClassWithStringValueSerializerAttribute { get; set; } 2181public XamlTypeTests.InheritedClassWithValueSerializerAttribute? InheritedClassWithValueSerializerAttribute { get; set; } 2182public XamlTypeTests.ClassWithNullStringValueSerializerAttribute? ClassWithNullStringValueSerializerAttribute { get; set; } 2183public XamlTypeTests.ClassWithNullValueSerializerAttribute? ClassWithNullValueSerializerAttribute { get; set; }
System\Xaml\XamlSchemaContextTests.cs (8)
140var assembly1 = new CustomAssembly(typeof(XamlTypeTests).Assembly) 161var assembly2 = new CustomAssembly(typeof(XamlTypeTests).Assembly) 207var assemblyWithPrefix = new CustomAssembly(typeof(XamlTypeTests).Assembly) 317var assembly = new CustomAssembly(typeof(XamlTypeTests).Assembly) 336var assembly = new CustomAssembly(typeof(XamlTypeTests).Assembly) 350var assembly = new CustomAssembly(typeof(XamlTypeTests).Assembly) 364var assembly = new CustomAssembly(typeof(XamlTypeTests).Assembly) 378var assembly = new CustomAssembly(typeof(XamlTypeTests).Assembly)
System\Xaml\XamlTypeTests.cs (7)
244new XamlType(typeof(XamlTypeTests), new XamlSchemaContext()), 249new XamlType(typeof(XamlTypeTests), new XamlSchemaContext(new XamlSchemaContextSettings 259new XamlType(new ReflectionOnlyType(typeof(XamlTypeTests)), new XamlSchemaContext()), 260new string[] { $"clr-namespace:System.Xaml.Tests;assembly={Name(typeof(XamlTypeTests).Assembly)}" } 264new XamlType(new CustomType(typeof(XamlTypeTests)) 266AssemblyResult = new CustomAssembly(typeof(XamlTypeTests).Assembly) 283new string[] { "xmlNamespace", $"clr-namespace:System.Xaml.Tests;assembly={Name(typeof(XamlTypeTests).Assembly)}" }