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