5 references to Container
System.Windows.Forms (5)
System\Windows\Forms\Layout\FlowLayout.ContainerProxy.cs (2)
62
if (
Container
is FlowLayoutPanel flp)
140
if (
Container
is FlowLayoutPanel flp)
System\Windows\Forms\Layout\FlowLayout.cs (3)
146
endIndex: containerProxy.
Container
.Children.Count,
170
bool wrapContents = GetWrapContents(containerProxy.
Container
);
173
ArrangedElementCollection collection = containerProxy.
Container
.Children;