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