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