12 references to GetClientRect
System.Private.Windows.Core (1)
Windows\Win32\PInvokeCore.GetClientRect.cs (1)
12
BOOL result =
GetClientRect
(hWnd.Handle, out lpRect);
System.Windows.Forms (11)
System\Windows\Forms\Control.cs (3)
7994
PInvokeCore.
GetClientRect
(new HandleRef<HWND>(_window, InternalHandle), out RECT rect);
10868
PInvokeCore.
GetClientRect
(this, out rect);
11291
PInvokeCore.
GetClientRect
(this, out RECT rc);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3454
PInvokeCore.
GetClientRect
(this, out RECT rect);
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
663
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)
4951
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)
3124
PInvokeCore.
GetClientRect
(this, out RECT currentClient);
3151
PInvokeCore.
GetClientRect
(this, out currentClient);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
688
PInvokeCore.
GetClientRect
(this, out RECT clientRectangle);