1 write to _container
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TableLayoutPanel.cs (1)
569_container = (TableLayoutPanel)container;
3 references to _container
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TableLayoutPanel.cs (3)
575get { return _container; } 582_container.SetColumn(control, column); 583_container.SetRow(control, row);