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)
147endIndex: containerProxy.Container.Children.Count, 171bool wrapContents = GetWrapContents(containerProxy.Container); 174ArrangedElementCollection collection = containerProxy.Container.Children;