9 instantiations of CustomTypeDescriptorContext
System.Xaml.Tests (9)
System\Xaml\Schema\XamlTypeTypeConverterTests.cs (9)
60var context = new CustomTypeDescriptorContext 93var context = new CustomTypeDescriptorContext 124var context = new CustomTypeDescriptorContext 151var context = new CustomTypeDescriptorContext 187Assert.Throws<NotSupportedException>(() => converter.ConvertFrom(new CustomTypeDescriptorContext(), null, value)); 205var context = new CustomTypeDescriptorContext 235var context = new CustomTypeDescriptorContext 259Assert.Equal(value ?? string.Empty, converter.ConvertTo(new CustomTypeDescriptorContext(), null, value, typeof(string))); 269Assert.Throws<NotSupportedException>(() => converter.ConvertTo(new CustomTypeDescriptorContext(), null, type, destinationType));
6 references to CustomTypeDescriptorContext
System.Xaml.Tests (6)
System\Xaml\Schema\XamlTypeTypeConverterTests.cs (6)
60var context = new CustomTypeDescriptorContext 93var context = new CustomTypeDescriptorContext 124var context = new CustomTypeDescriptorContext 151var context = new CustomTypeDescriptorContext 205var context = new CustomTypeDescriptorContext 235var context = new CustomTypeDescriptorContext