Base:
method
GetToolNativeScreenRectangle
System.Windows.Forms.Control.GetToolNativeScreenRectangle()
3 references to GetToolNativeScreenRectangle
System.Windows.Forms.Tests (3)
System\Windows\Forms\TabPageTests.cs (2)
5037
Rectangle actual = page.
GetToolNativeScreenRectangle
();
5047
Rectangle actual = control.
GetToolNativeScreenRectangle
();
System\Windows\Forms\ToolTipTests.cs (1)
856
Assert.True(PInvokeCore.PostMessage(toolTip, PInvokeCore.WM_MOUSEMOVE, lParam: PARAM.FromPoint(tabPage.
GetToolNativeScreenRectangle
().Location)));