Base:
method
ConvertManagedToNative
System.Windows.Forms.ComponentModel.Com2Interop.Com2DataTypeToManagedDataTypeConverter.ConvertManagedToNative(System.Object, System.Windows.Forms.ComponentModel.Com2Interop.Com2PropertyDescriptor, ref System.Boolean)
4 references to ConvertManagedToNative
System.Windows.Forms.Tests (4)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (4)
132Assert.True(Instance.ConvertManagedToNative(null, null, ref cancelSet).IsEmpty); 142using VARIANT native = Instance.ConvertManagedToNative(exclamationIcon, null, ref cancelSet); 163using VARIANT native = Instance.ConvertManagedToNative(bitmap, null, ref cancelSet); 186Assert.True(Instance.ConvertManagedToNative(new object(), null, ref cancelSet).IsEmpty);