13 references to GetCursorPos
System.Windows.Forms (8)
System\Windows\Forms\ActiveX\AxHost.cs (1)
1754PInvoke.GetCursorPos(out Point point);
System\Windows\Forms\Control.cs (2)
1588PInvoke.GetCursorPos(out Point p); 2674PInvoke.GetCursorPos(out Point pt);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
300PInvoke.GetCursorPos(out Point p);
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
340PInvoke.GetCursorPos(out Point p);
System\Windows\Forms\Input\Cursor.cs (1)
184PInvoke.GetCursorPos(out Point p);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
451PInvoke.GetCursorPos(out Point p);
System\Windows\Forms\NotifyIcon.cs (1)
608PInvoke.GetCursorPos(out Point pt);
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.cs (2)
210PInvoke.GetCursorPos(out Point point); 246PInvoke.GetCursorPos(out Point point);
System\Windows\Forms\Design\CommandSet.cs (1)
689PInvoke.GetCursorPos(out Point p);
System.Windows.Forms.UI.IntegrationTests (2)
Infra\ControlTestBase.cs (2)
190if (!PInvoke.GetCursorPos(out Point actualPoint)) 201if (!PInvoke.GetCursorPos(out Point _))