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