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