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