1 write to ColumnSpan
PresentationFramework (1)
src\Framework\System\Windows\Controls\Grid.cs (1)
988cell.ColumnSpan = Math.Min(GetColumnSpan(child), DefinitionsU.Length - cell.ColumnIndex);
5 references to ColumnSpan
PresentationFramework (5)
src\Framework\System\Windows\Controls\Grid.cs (5)
767int columnSpan = PrivateCells[currentCell].ColumnSpan; 1001cell.SizeTypeU = GetLengthTypeForRange(DefinitionsU, cell.ColumnIndex, cell.ColumnSpan); 1292if (PrivateCells[i].ColumnSpan == 1) 1301PrivateCells[i].ColumnSpan, 1403PrivateCells[cell].ColumnSpan);