27 references to GetWindowRect
System.Windows.Forms (27)
System\Windows\Forms\Control.cs (5)
1761
PInvokeCore.
GetWindowRect
(this, out RECT r);
2508
PInvokeCore.
GetWindowRect
(this, out var temp);
9559
bool success = PInvokeCore.
GetWindowRect
(this, out var windowRect);
11592
PInvokeCore.
GetWindowRect
(this, out rect);
13633
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)
1451
PInvokeCore.
GetWindowRect
(this, out var comboRectMid);
1454
PInvokeCore.
GetWindowRect
(_childEdit, out var editRectMid);
1726
PInvokeCore.
GetWindowRect
(this, out var rect);
1874
PInvokeCore.
GetWindowRect
(this, out var rect);
3893
PInvokeCore.
GetWindowRect
(this, out var rect);
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (1)
64
PInvokeCore.
GetWindowRect
(this, out RECT windowBounds);
System\Windows\Forms\Controls\Labels\LinkLabel.cs (1)
309
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\Controls\TextBox\TextBoxBase.cs (3)
2616
if (!PInvokeCore.
GetWindowRect
(this, out RECT windowRect))
2897
|| !PInvokeCore.
GetWindowRect
(this, out RECT windowRect))
2938
|| !PInvokeCore.
GetWindowRect
(this, out RECT windowRect))
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
452
PInvokeCore.
GetWindowRect
(this, out var r);
System\Windows\Forms\ToolTip\ToolTip.cs (9)
1315
PInvokeCore.
GetWindowRect
(associatedControl, out var rect);
1413
PInvokeCore.
GetWindowRect
(Control.GetSafeHandle(window), out var r);
1433
PInvokeCore.
GetWindowRect
(Control.GetSafeHandle(window), out var r);
1451
PInvokeCore.
GetWindowRect
(Control.GetSafeHandle(window), out var r);
1469
PInvokeCore.
GetWindowRect
(Control.GetSafeHandle(window), out var r);
1987
PInvokeCore.
GetWindowRect
(this, out var rectangle);
2005
PInvokeCore.
GetWindowRect
(Control.GetSafeHandle(window), out var r);
2039
PInvokeCore.
GetWindowRect
(this, out var rect);
2065
PInvokeCore.
GetWindowRect
(this, out rect);