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