1 write to Container
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutControlCollection.cs (1)
18Container = container;
5 references to Container
System.Windows.Forms (2)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutControlCollection.cs (2)
32Container.SetColumn(control, column); 33Container.SetRow(control, row);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\TableLayoutControlCollectionCodeDomSerializer.cs (2)
74col = tableCollection.Container.GetColumn((Control)o); 75row = tableCollection.Container.GetRow((Control)o);
System.Windows.Forms.Tests (1)
System\Windows\Forms\TableLayoutControlCollectionTests.cs (1)
13Assert.Equal(container, collection.Container);