13 references to GetClientRect
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (3)
8597PInvokeCore.GetClientRect(new HandleRef<HWND>(_window, InternalHandle), out RECT rect); 11589PInvokeCore.GetClientRect(this, out rect); 12012PInvokeCore.GetClientRect(this, out RECT rc);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3557PInvokeCore.GetClientRect(this, out RECT rect);
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
705PInvokeCore.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)
4946PInvokeCore.GetClientRect(this, out RECT clientRect);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
2632PInvokeCore.GetClientRect(this, out RECT clientRect); 2954PInvokeCore.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)
3109PInvokeCore.GetClientRect(this, out RECT currentClient); 3136PInvokeCore.GetClientRect(this, out currentClient);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
688PInvokeCore.GetClientRect(this, out RECT clientRectangle);