4 references to GetColumnSpan
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
190Debug.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)
732int columnSpan = Table.GetColumnSpan(newControl); 1723int span = isRow ? Table.GetRowSpan(child) : Table.GetColumnSpan(child); // span is always at least 1 1812int span = isRow ? Table.GetRowSpan(child) : Table.GetColumnSpan(child); // span is always at least 1