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