1 write to ColumnSpan
PresentationFramework (1)
System\Windows\Controls\Grid.cs (1)
909cell.ColumnSpan = Math.Min(GetColumnSpan(child), DefinitionsU.Length - cell.ColumnIndex);
5 references to ColumnSpan
PresentationFramework (5)
System\Windows\Controls\Grid.cs (5)
690int columnSpan = PrivateCells[currentCell].ColumnSpan; 922cell.SizeTypeU = GetLengthTypeForRange(DefinitionsU, cell.ColumnIndex, cell.ColumnSpan); 1212if (PrivateCells[i].ColumnSpan == 1) 1221PrivateCells[i].ColumnSpan, 1323PrivateCells[cell].ColumnSpan);