4 writes to rect
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridToolTip.cs (1)
71
toolInfo.
rect
= NativeMethods.RECT.FromXYWH(iconBounds.X, iconBounds.Y, iconBounds.Width, iconBounds.Height);
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1226
toolInfo.
rect
= NativeMethods.RECT.FromXYWH(iconBounds.X, iconBounds.Y, iconBounds.Width, iconBounds.Height);
winforms\Managed\System\WinForms\Form.cs (1)
7858
toolInfo.
rect
= NativeMethods.RECT.FromXYWH(r.X, r.Y, r.Width, r.Height);
winforms\Managed\System\WinForms\StatusBar.cs (1)
1888
ti.
rect
= NativeMethods.RECT.FromXYWH(tool.rect.X, tool.rect.Y, tool.rect.Width, tool.rect.Height);