10 instantiations of CustomTypeDescriptorContext
System.Xaml.Tests (10)
System\Xaml\Replacements\TypeTypeConverterTests.cs (10)
32var context = new CustomTypeDescriptorContext 57var context = new CustomTypeDescriptorContext 84Assert.Throws<NotSupportedException>(() => converter.ConvertFrom(new CustomTypeDescriptorContext(), null, value!)); 104var context = new CustomTypeDescriptorContext 140var context = new CustomTypeDescriptorContext 179var context = new CustomTypeDescriptorContext 209var context = new CustomTypeDescriptorContext 227var context = new CustomTypeDescriptorContext 261Assert.Equal(value ?? string.Empty, converter.ConvertTo(new CustomTypeDescriptorContext(), null, value, typeof(string))); 271Assert.Throws<NotSupportedException>(() => converter.ConvertTo(new CustomTypeDescriptorContext(), null, typeof(int), destinationType));
7 references to CustomTypeDescriptorContext
System.Xaml.Tests (7)
System\Xaml\Replacements\TypeTypeConverterTests.cs (7)
32var context = new CustomTypeDescriptorContext 57var context = new CustomTypeDescriptorContext 104var context = new CustomTypeDescriptorContext 140var context = new CustomTypeDescriptorContext 179var context = new CustomTypeDescriptorContext 209var context = new CustomTypeDescriptorContext 227var context = new CustomTypeDescriptorContext