2 instantiations of CustomTypeDescriptorContext
System.Xaml.Tests (2)
System\Xaml\Replacements\TypeListConverterTests.cs (2)
30
Assert.Empty(Assert.IsType<Type[]>(converter.ConvertFrom(new
CustomTypeDescriptorContext
(), null, "value")));
42
Assert.Throws<NotSupportedException>(() => converter.ConvertFrom(new
CustomTypeDescriptorContext
(), null, value!));