6 instantiations of CustomTypeDescriptorContext
System.Xaml.Tests (6)
System\Xaml\Replacements\EventConverterTests.cs (6)
31
var context = new
CustomTypeDescriptorContext
70
var context = new
CustomTypeDescriptorContext
105
var context = new
CustomTypeDescriptorContext
143
Assert.Throws<NotSupportedException>(() => converter.ConvertFrom(new
CustomTypeDescriptorContext
(), null, value!));
166
Assert.Equal(value ?? string.Empty, converter.ConvertTo(new
CustomTypeDescriptorContext
(), null, value, typeof(string)));
176
Assert.Throws<NotSupportedException>(() => converter.ConvertTo(new
CustomTypeDescriptorContext
(), null, typeof(int), destinationType));
3 references to CustomTypeDescriptorContext
System.Xaml.Tests (3)
System\Xaml\Replacements\EventConverterTests.cs (3)
31
var
context = new CustomTypeDescriptorContext
70
var
context = new CustomTypeDescriptorContext
105
var
context = new CustomTypeDescriptorContext