1 write to rect
System.Windows.Forms (1)
winforms\Managed\System\WinForms\StatusBar.cs (1)
1008
t.
rect
= new Rectangle(panel.Right-panel.Width + border, 0, panel.Width - border, Height);
4 references to rect
System.Windows.Forms (4)
winforms\Managed\System\WinForms\StatusBar.cs (4)
1888
ti.rect = NativeMethods.RECT.FromXYWH(tool.
rect
.X, tool.
rect
.Y, tool.
rect
.Width, tool.
rect
.Height);