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)
7973PInvokeCore.GetClientRect(new HandleRef<HWND>(_window, InternalHandle), out RECT rect); 10847PInvokeCore.GetClientRect(this, out rect); 11270PInvokeCore.GetClientRect(this, out RECT rc);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3453PInvokeCore.GetClientRect(this, out RECT rect);
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
663PInvokeCore.GetClientRect(this, out RECT rect);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1514PInvokeCore.GetClientRect(this, out RECT r);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4951PInvokeCore.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)
3121PInvokeCore.GetClientRect(this, out RECT currentClient); 3148PInvokeCore.GetClientRect(this, out currentClient);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
688PInvokeCore.GetClientRect(this, out RECT clientRectangle);