24 references to GetWindowRect
System.Windows.Forms (24)
winforms\Managed\System\WinForms\ComboBox.cs (5)
1608UnsafeNativeMethods.GetWindowRect(new HandleRef(this, Handle), ref comboRectMid); 1613UnsafeNativeMethods.GetWindowRect(new HandleRef(this, childEdit.Handle), ref editRectMid); 1838UnsafeNativeMethods.GetWindowRect(new HandleRef(this, Handle), ref r); 1983UnsafeNativeMethods.GetWindowRect(new HandleRef(this, Handle), ref rect); 3724UnsafeNativeMethods.GetWindowRect(new HandleRef(this, Handle), ref r);
winforms\Managed\System\WinForms\CommonDialog.cs (1)
178UnsafeNativeMethods.GetWindowRect(new HandleRef(null, hWnd), ref r);
winforms\Managed\System\WinForms\Control.cs (6)
2089UnsafeNativeMethods.GetWindowRect(new HandleRef(this, Handle), ref r); 3000UnsafeNativeMethods.GetWindowRect(new HandleRef(this, Handle), ref temp); 3018UnsafeNativeMethods.GetWindowRect(new HandleRef(null, next), ref temp); 10379bool success = UnsafeNativeMethods.GetWindowRect(new HandleRef(null, this.Handle), ref windowRect); 12520UnsafeNativeMethods.GetWindowRect(new HandleRef(window, InternalHandle), ref rect); 16194UnsafeNativeMethods.GetWindowRect(new HandleRef(this, this.Handle), ref rectangle);
winforms\Managed\System\WinForms\Form.cs (1)
4458UnsafeNativeMethods.GetWindowRect(new HandleRef(null, ownerHandle), ref ownerRect);
winforms\Managed\System\WinForms\LinkLabel.cs (1)
406UnsafeNativeMethods.GetWindowRect(new HandleRef(this, Handle), ref r);
winforms\Managed\System\WinForms\SplitContainer.cs (1)
589UnsafeNativeMethods.GetWindowRect(new HandleRef(this, Handle), ref r);
winforms\Managed\System\WinForms\ToolTip.cs (9)
1557UnsafeNativeMethods.GetWindowRect(new HandleRef(associatedControl, associatedControl.Handle), ref r); 1660UnsafeNativeMethods.GetWindowRect(new HandleRef(window, Control.GetSafeHandle(window)), ref r); 1687UnsafeNativeMethods.GetWindowRect(new HandleRef(window, Control.GetSafeHandle(window)), ref r); 1712UnsafeNativeMethods.GetWindowRect(new HandleRef(window, Control.GetSafeHandle(window)), ref r); 1737UnsafeNativeMethods.GetWindowRect(new HandleRef(window, Control.GetSafeHandle(window)), ref r); 2186UnsafeNativeMethods.GetWindowRect(new HandleRef(this, Handle), ref r); 2247UnsafeNativeMethods.GetWindowRect(new HandleRef(win, Control.GetSafeHandle(win)), ref r); 2285UnsafeNativeMethods.GetWindowRect(new HandleRef(this, Handle), ref r); 2319UnsafeNativeMethods.GetWindowRect(new HandleRef(this, Handle), ref r);