6 references to RevokeDragDrop
System.Private.Windows.Core (2)
Windows\Win32\PInvokeCore.RevokeDragDrop.cs (2)
8/// <inheritdoc cref="RevokeDragDrop(HWND)"/> 11HRESULT result = RevokeDragDrop(hwnd.Handle);
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ControlDesigner.ChildWindowTarget.cs (1)
80PInvokeCore.RevokeDragDrop(_handle);
System\Windows\Forms\Design\ControlDesigner.cs (1)
2425PInvokeCore.RevokeDragDrop(hwndChild);
System\Windows\Forms\Design\RichTextBoxDesigner.cs (1)
33PInvokeCore.RevokeDragDrop((HWND)control.Handle);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripTests.cs (1)
492PInvokeCore.RevokeDragDrop((HWND)control.Handle);