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