1 implementation of Interface
System.Windows.Forms (1)
System\Windows\Forms\OLE\DropSource.cs (1)
12
internal class DropSource : IDropSource.
Interface
, IDropSourceNotify.Interface, IManagedWrapper<IDropSource, IDropSourceNotify>
3 references to Interface
System.Private.Windows.Core (2)
Windows.Win32.IDropSource.g.cs (2)
62
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
95
winmdroot.Foundation.HRESULT __hr = ComHelpers.UnwrapCCW(pThis, out
Interface
__object);
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
2224
internal IDropSource.
Interface
CreateDropSource(IComVisibleDataObject dataObject, Bitmap? dragImage, Point cursorOffset, bool useDefaultDragImage)