4 references to GetColumnSpan
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
190
Debug.Assert(
GetColumnSpan
(control) == value, "GetColumnSpan should be the same as we set it");
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (3)
732
int columnSpan = Table.
GetColumnSpan
(newControl);
1723
int span = isRow ? Table.GetRowSpan(child) : Table.
GetColumnSpan
(child); // span is always at least 1
1812
int span = isRow ? Table.GetRowSpan(child) : Table.
GetColumnSpan
(child); // span is always at least 1