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