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)
132
Assert.True(Instance.
ConvertManagedToNative
(null, null, ref cancelSet).IsEmpty);
142
using VARIANT native = Instance.
ConvertManagedToNative
(exclamationIcon, null, ref cancelSet);
163
using VARIANT native = Instance.
ConvertManagedToNative
(bitmap, null, ref cancelSet);
186
Assert.True(Instance.
ConvertManagedToNative
(new object(), null, ref cancelSet).IsEmpty);