10 references to Container
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (9)
208CommonProperties.SetLayoutBounds(containerInfo.Container, new Size(SumStrips(containerInfo.Columns, 0, containerInfo.Columns.Length), 707TableLayoutPanel tlp = containerInfo.Container as TableLayoutPanel; 817TableLayoutPanel tlp = containerInfo.Container as TableLayoutPanel; 1158if (containerInfo.Container is Control) { 1159Control control = containerInfo.Container as Control; 1251Debug_VerifyNoOverlapping(containerInfo.Container); 1498_container = containerInfo.Container; 1673ArrangedElementCollection children = Container.Children; 1779Size cachedSize = CommonProperties.xGetPreferredSizeCache(Container);
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
519Control appliedControl = containerInfo.Container as Control;