5 references to dupCell
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (5)
940if (actualSublineCount > 0 && lsTextCell.dupCell > 0) 971int wholeAdvance = lsTextCell.dupCell / caretStopCount; 972int remainingAdvance = lsTextCell.dupCell % caretStopCount; 1135int wholeAdvance = lsTextCell.dupCell / caretStopCount; 1136int remainingAdvance = lsTextCell.dupCell % caretStopCount;