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