5 references to dupCell
PresentationCore (5)
MS\Internal\TextFormatting\FullTextLine.cs (5)
893if (actualSublineCount > 0 && lsTextCell.dupCell > 0) 924int wholeAdvance = lsTextCell.dupCell / caretStopCount; 925int remainingAdvance = lsTextCell.dupCell % caretStopCount; 1088int wholeAdvance = lsTextCell.dupCell / caretStopCount; 1089int remainingAdvance = lsTextCell.dupCell % caretStopCount;