Base:
method
ConvertTo
System.Windows.Forms.ImageIndexConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext, System.Globalization.CultureInfo, System.Object, System.Type)
2 references to ConvertTo
System.Windows.Forms.Tests (2)
System\Windows\Forms\TreeViewImageIndexConverterTests.cs (2)
22Assert.Throws<ArgumentNullException>("destinationType", () => converter.ConvertTo(context: null, culture: null, new object(), destinationType: null)); 58object result = converter.ConvertTo(context: null, culture: null, value, destinationType: typeof(string));