1 write to DisplayRect
System.Windows.Forms (1)
System\Windows\Forms\Layout\FlowLayout.cs (1)
59
containerProxy.
DisplayRect
= displayRect;
4 references to DisplayRect
System.Windows.Forms (4)
System\Windows\Forms\Layout\FlowLayout.ContainerProxy.cs (3)
55
value.Y =
DisplayRect
.Bottom - value.Bottom;
59
value.X =
DisplayRect
.Right - value.Right;
137
newBounds.X =
DisplayRect
.Right - bounds.X - bounds.Width + ElementProxy.Margin.Left - ElementProxy.Margin.Right;
System\Windows\Forms\Layout\FlowLayout.cs (1)
62
displayRect = containerProxy.
DisplayRect
;