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