7 references to GetClientRect
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ContainerControl.cs (1)
716
UnsafeNativeMethods.
GetClientRect
(new HandleRef(this, this.Handle), ref clientRectangle);
winforms\Managed\System\WinForms\Control.cs (3)
9404
UnsafeNativeMethods.
GetClientRect
(new HandleRef(window, InternalHandle), ref rect);
12517
UnsafeNativeMethods.
GetClientRect
(new HandleRef(window, InternalHandle), ref rect);
12965
UnsafeNativeMethods.
GetClientRect
(new HandleRef(this, Handle), ref rc);
winforms\Managed\System\WinForms\ListBox.cs (1)
1565
UnsafeNativeMethods.
GetClientRect
(new HandleRef(this, Handle), ref r);
winforms\Managed\System\WinForms\StatusStrip.cs (1)
571
UnsafeNativeMethods.
GetClientRect
(rootHwnd, ref rootHwndClientArea);
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
648
UnsafeNativeMethods.
GetClientRect
(new HandleRef(this, this.Handle), ref rect);