5 references to RevokeDragDrop
System.Private.Windows.Core (1)
Windows\Win32\PInvokeCore.RevokeDragDrop.cs (1)
11HRESULT result = RevokeDragDrop(hwnd.Handle);
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
9567HRESULT hr = PInvokeCore.RevokeDragDrop(this);
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ControlDesigner.cs (3)
519PInvokeCore.RevokeDragDrop(e.Control); 895PInvokeCore.RevokeDragDrop(child); 1237PInvokeCore.RevokeDragDrop(Control);