1 write to Element
System.Windows.Forms (1)
System\Windows\Forms\Layout\FlowLayout.cs (1)
176elementProxy.Element = collection[i];
6 references to Element
System.Windows.Forms (6)
System\Windows\Forms\Layout\FlowLayout.cs (1)
261else if (i + 1 < endIndex && CommonProperties.GetFlowBreak(elementProxy.Element))
System\Windows\Forms\Layout\FlowLayout.ElementProxy.cs (4)
23AnchorStyles anchorStyles = LayoutUtils.GetUnifiedAnchor(Element!); 63Debug.Assert(Element == value, "Element should be the same as we set it to"); 67public virtual Padding Margin => CommonProperties.GetMargin(Element!); 69public virtual Size MinimumSize => CommonProperties.GetMinimumSize(Element!, Size.Empty);
System\Windows\Forms\Layout\FlowLayout.VerticalElementProxy.cs (1)
21AnchorStyles anchorStyles = LayoutUtils.GetUnifiedAnchor(Element!);