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