5 references to Container
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (5)
159
return xLayoutRow(containerProxy, elementProxy, startIndex, /* endIndex = */ containerProxy.
Container
.Children.Count, displayRectangle, out breakIndex, /* measureOnly = */ true);
170
bool wrapContents = GetWrapContents(containerProxy.
Container
);
174
ArrangedElementCollection collection = containerProxy.
Container
.Children;
348
FlowLayoutPanel flp =
Container
as FlowLayoutPanel;
423
FlowLayoutPanel flp =
Container
as FlowLayoutPanel;