12 references to GetClientRect
System.Private.Windows.Core (1)
Windows\Win32\PInvokeCore.GetClientRect.cs (1)
12BOOL result = GetClientRect(hWnd.Handle, out lpRect);
System.Windows.Forms (11)
System\Windows\Forms\Control.cs (3)
7992PInvokeCore.GetClientRect(new HandleRef<HWND>(_window, InternalHandle), out RECT rect); 10863PInvokeCore.GetClientRect(this, out rect); 11286PInvokeCore.GetClientRect(this, out RECT rc);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3450PInvokeCore.GetClientRect(this, out RECT rect);
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
662PInvokeCore.GetClientRect(this, out RECT rect);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1512PInvokeCore.GetClientRect(this, out RECT r);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4944PInvokeCore.GetClientRect(this, out RECT clientRect);
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (1)
40PInvokeCore.GetClientRect(this, out var clientRect);
System\Windows\Forms\Form.cs (2)
3106PInvokeCore.GetClientRect(this, out RECT currentClient); 3133PInvokeCore.GetClientRect(this, out currentClient);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
688PInvokeCore.GetClientRect(this, out RECT clientRectangle);