1 write to Element
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (1)
176elementProxy.Element = collection[i];
6 references to Element
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (6)
259else if (i+1 < endIndex && CommonProperties.GetFlowBreak(elementProxy.Element)) { 527AnchorStyles anchorStyles = LayoutUtils.GetUnifiedAnchor(Element); 560Debug.Assert(Element == value, "Element should be the same as we set it to"); 577get { return CommonProperties.GetMargin(Element); } 581get { return CommonProperties.GetMinimumSize(Element, Size.Empty); } 603AnchorStyles anchorStyles = LayoutUtils.GetUnifiedAnchor(Element);