6 references to new
System.Private.Windows.Core (3)
_generated\209\Windows.Win32.RECT.g.cs (3)
40
this
(value.Left, value.Top, value.Right, value.Bottom)
45
this
(location.X, location.Y, unchecked(location.X + size.Width), unchecked(location.Y + size.Height))
60
new
RECT
(x, y, unchecked(x + width), unchecked(y + height));
System.Windows.Forms (3)
System\Windows\Forms\Controls\WebBrowser\WebBrowserSiteBase.cs (1)
411
RECT posRect =
new
(0, 0, lprcPosRect->right - lprcPosRect->left, lprcPosRect->bottom - lprcPosRect->top);
System\Windows\Forms\Help\Help.cs (1)
83
rcMargins = new
RECT
(-1, -1, -1, -1), // Ignore
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1468
RECT rcFrame =
new
(0, 0, width, height);