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