25 references to GetWindowRect
System.Windows.Forms (23)
System\Windows\Forms\Control.cs (5)
1582PInvokeCore.GetWindowRect(this, out RECT r); 2329PInvokeCore.GetWindowRect(this, out var temp); 8828bool success = PInvokeCore.GetWindowRect(this, out var windowRect); 10861PInvokeCore.GetWindowRect(this, out rect); 12890PInvokeCore.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)
1379PInvokeCore.GetWindowRect(this, out var comboRectMid); 1382PInvokeCore.GetWindowRect(_childEdit, out var editRectMid); 1657PInvokeCore.GetWindowRect(this, out var rect); 1805PInvokeCore.GetWindowRect(this, out var rect); 3725PInvokeCore.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); 1983PInvokeCore.GetWindowRect(this, out var rectangle); 2001PInvokeCore.GetWindowRect(Control.GetSafeHandle(window), out var r); 2035PInvokeCore.GetWindowRect(this, out var rect); 2061PInvokeCore.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);