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