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