4 references to GetRowSpan
System.Windows.Forms (1)
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanel.cs (1)
203
Debug.Assert(
GetRowSpan
(control) == value, "GetRowSpan should be the same as we set it");
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (3)
731
int rowSpan = Table.
GetRowSpan
(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