3 references to GetMessagePos
System.Windows.Forms (2)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3051PInvokeCore.SendMessage(this, PInvokeCore.WM_CONTEXTMENU, (WPARAM)HWND, (LPARAM)PInvoke.GetMessagePos());
System\Windows\Forms\Internal\WinFormsUtils.cs (1)
28int lastXY = (int)PInvoke.GetMessagePos();
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
158int lastXY = (int)PInvoke.GetMessagePos();