13 references to GetClientRect
System.Windows.Forms (13)
System\Windows\Forms\Control.cs (3)
8597
PInvokeCore.
GetClientRect
(new HandleRef<HWND>(_window, InternalHandle), out RECT rect);
11589
PInvokeCore.
GetClientRect
(this, out rect);
12012
PInvokeCore.
GetClientRect
(this, out RECT rc);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3557
PInvokeCore.
GetClientRect
(this, out RECT rect);
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
705
PInvokeCore.
GetClientRect
(this, out RECT rect);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1514
PInvokeCore.
GetClientRect
(this, out RECT r);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4946
PInvokeCore.
GetClientRect
(this, out RECT clientRect);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
2632
PInvokeCore.
GetClientRect
(this, out RECT clientRect);
2954
PInvokeCore.
GetClientRect
(this, out RECT clientRect);
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (1)
40
PInvokeCore.
GetClientRect
(this, out var clientRect);
System\Windows\Forms\Form.cs (2)
3109
PInvokeCore.
GetClientRect
(this, out RECT currentClient);
3136
PInvokeCore.
GetClientRect
(this, out currentClient);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
688
PInvokeCore.
GetClientRect
(this, out RECT clientRectangle);