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