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