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