26 references to GetWindowRect
System.Private.Windows.Core (1)
Windows\Win32\PInvokeCore.GetWindowRect.cs (1)
11
BOOL result =
GetWindowRect
(hWnd.Handle, out lpRect);
System.Windows.Forms (23)
System\Windows\Forms\Control.cs (5)
1568
PInvokeCore.
GetWindowRect
(this, out RECT r);
2315
PInvokeCore.
GetWindowRect
(this, out var temp);
8814
bool success = PInvokeCore.
GetWindowRect
(this, out var windowRect);
10850
PInvokeCore.
GetWindowRect
(this, out rect);
12879
PInvokeCore.
GetWindowRect
(this, out var rect);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildListUiaProvider.cs (1)
36
PInvokeCore.
GetWindowRect
(_owningComboBox.GetListNativeWindow(), out var rect);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
1374
PInvokeCore.
GetWindowRect
(this, out var comboRectMid);
1377
PInvokeCore.
GetWindowRect
(_childEdit, out var editRectMid);
1652
PInvokeCore.
GetWindowRect
(this, out var rect);
1800
PInvokeCore.
GetWindowRect
(this, out var rect);
3699
PInvokeCore.
GetWindowRect
(this, out var rect);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
301
PInvokeCore.
GetWindowRect
(this, out var r);
System\Windows\Forms\Controls\ListView\ListView.ListViewAccessibleObject.cs (1)
28
PInvokeCore.
GetWindowRect
(owningListView, out var rect);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
452
PInvokeCore.
GetWindowRect
(this, out var r);
System\Windows\Forms\ToolTip\ToolTip.cs (9)
1311
PInvokeCore.
GetWindowRect
(associatedControl, out var rect);
1409
PInvokeCore.
GetWindowRect
(Control.GetSafeHandle(window), out var r);
1429
PInvokeCore.
GetWindowRect
(Control.GetSafeHandle(window), out var r);
1447
PInvokeCore.
GetWindowRect
(Control.GetSafeHandle(window), out var r);
1465
PInvokeCore.
GetWindowRect
(Control.GetSafeHandle(window), out var r);
1989
PInvokeCore.
GetWindowRect
(this, out var rectangle);
2007
PInvokeCore.
GetWindowRect
(Control.GetSafeHandle(window), out var r);
2041
PInvokeCore.
GetWindowRect
(this, out var rect);
2067
PInvokeCore.
GetWindowRect
(this, out rect);
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\ListViewLabelEditAccessibleObjectTests.cs (1)
24
PInvokeCore.
GetWindowRect
(labelEdit, out RECT r);
System\Windows\Forms\AccessibleObjects\TreeViewLabelEditAccessibleObjectTests.cs (1)
23
PInvokeCore.
GetWindowRect
(labelEdit, out RECT r);