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