1 write to DisplayRect
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
101
containerProxy.
DisplayRect
= displayRect;
4 references to DisplayRect
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (4)
104
displayRect = containerProxy.
DisplayRect
;
342
value.Y =
DisplayRect
.Bottom - value.Bottom;
345
value.X =
DisplayRect
.Right - value.Right;
420
newBounds.X =
DisplayRect
.Right - bounds.X - bounds.Width + ElementProxy.Margin.Left - ElementProxy.Margin.Right;