winforms\Managed\System\WinForms\AxHost.cs (4)
1445FillInRect(clipRect, new Rectangle(0, 0, 32000, 32000));
1548GetInPlaceObject().SetObjectRects(FillInRect(new NativeMethods.COMRECT(), bounds), GetClipRect(new NativeMethods.COMRECT()));
2470GetOleObject().DoVerb(verb, IntPtr.Zero, oleSite, -1, parent != null ? parent.Handle : IntPtr.Zero, FillInRect(new NativeMethods.COMRECT(), Bounds));
4270FillInRect(lprcPosRect, host.Bounds);