Implemented interface member:
method
DUnadvise
System.Runtime.InteropServices.ComTypes.IDataObject.DUnadvise(System.Int32)
1 reference to DUnadvise
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.cs (1)
294void ComTypes.IDataObject.DUnadvise(int dwConnection) => _innerData.DUnadvise(dwConnection);