4 references to GetClientRect
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (1)
3454
SafeNativeMethods.
GetClientRect
(new HandleRef(this, Handle), ref rect);
winforms\Managed\System\WinForms\Form.cs (2)
3433
SafeNativeMethods.
GetClientRect
(new HandleRef(this, h), ref rc);
3457
SafeNativeMethods.
GetClientRect
(new HandleRef(this, h), ref rc);
winforms\Managed\System\WinForms\GroupBox.cs (1)
771
SafeNativeMethods.
GetClientRect
(new HandleRef(this, Handle), ref rect);