5 references to GetCapture
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (2)
1475return IsHandleCreated && UnsafeNativeMethods.GetCapture() == Handle; 2091if ((r.left <= p.x && p.x < r.right && r.top <= p.y && p.y < r.bottom) || UnsafeNativeMethods.GetCapture() == Handle)
winforms\Managed\System\WinForms\Form.cs (1)
6169IntPtr hWndCapture = UnsafeNativeMethods.GetCapture();
winforms\Managed\System\WinForms\LinkLabel.cs (1)
409if ((r.left <= p.x && p.x < r.right && r.top <= p.y && p.y < r.bottom) || UnsafeNativeMethods.GetCapture() == Handle)
winforms\Managed\System\WinForms\SplitContainer.cs (1)
590if ((r.left <= p.x && p.x < r.right && r.top <= p.y && p.y < r.bottom) || UnsafeNativeMethods.GetCapture() == Handle)