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