2 writes to _container
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (2)
1489_container = container; 1498_container = containerInfo.Container;
5 references to _container
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Layout\TableLayout.cs (5)
1509get { return _container; } 1632_rowStyles = new TableLayoutRowStyleCollection(_container); 1640_rowStyles.EnsureOwnership(_container); 1649_colStyles = new TableLayoutColumnStyleCollection(_container); 1656_colStyles.EnsureOwnership(_container);