9 references to Container
System.Windows.Forms (9)
System\Windows\Forms\Layout\TableLayout.ContainerInfo.cs (3)
56_container = containerInfo.Container; 236ArrangedElementCollection children = Container.Children; 376Size cachedSize = CommonProperties.xGetPreferredSizeCache(Container);
System\Windows\Forms\Layout\TableLayout.cs (5)
119CommonProperties.SetLayoutBounds(containerInfo.Container, new Size(SumStrips(containerInfo.Columns, 0, containerInfo.Columns.Length), 695if (containerInfo.Container is TableLayoutPanel tlp && tlp.ParentInternal is not null && tlp.ParentInternal.LayoutEngine == DefaultLayout.Instance) 821if (containerInfo.Container is TableLayoutPanel tlp && tlp.ParentInternal is not null && tlp.ParentInternal.LayoutEngine == DefaultLayout.Instance) 1183if (containerInfo.Container is Control containerAsControl) 1288Debug_VerifyNoOverlapping(containerInfo.Container);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.TableLayoutSettingsStub.cs (1)
33if (containerInfo.Container is Control appliedControl && _controlsInfo is not null)