4 references to GetColumn
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
246
Debug.Assert(
GetColumn
(control) == column, "GetColumn should be the same as we set it");
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TableLayoutControlCollectionCodeDomSerializer.cs (1)
74
col = tableCollection.Container.
GetColumn
((Control)o);
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (2)
1703
int currentIndex = isRow ? Table.GetRow(child) : Table.
GetColumn
(child);
1778
int currentIndex = isRow ? Table.GetRow(child) : Table.
GetColumn
(child);