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