2 references to GetLengthTypeForRange
PresentationFramework (2)
src\Framework\System\Windows\Controls\Grid.cs (2)
1001
cell.SizeTypeU =
GetLengthTypeForRange
(DefinitionsU, cell.ColumnIndex, cell.ColumnSpan);
1002
cell.SizeTypeV =
GetLengthTypeForRange
(DefinitionsV, cell.RowIndex, cell.RowSpan);