5 references to dupCell
PresentationCore (5)
MS\Internal\TextFormatting\FullTextLine.cs (5)
907if (actualSublineCount > 0 && lsTextCell.dupCell > 0) 938int wholeAdvance = lsTextCell.dupCell / caretStopCount; 939int remainingAdvance = lsTextCell.dupCell % caretStopCount; 1102int wholeAdvance = lsTextCell.dupCell / caretStopCount; 1103int remainingAdvance = lsTextCell.dupCell % caretStopCount;