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