5 references to SymbolCount
PresentationFramework (5)
MS\Internal\Documents\TextContainerHelper.cs (2)
568
length = ((TextElement)element).
SymbolCount
;
688
cch = textElement.
SymbolCount
;
MS\Internal\PtsHost\TableParagraph.cs (1)
561
int charCount = Table.
SymbolCount
- 2;// This is equivalent to (ContentEndOffset – ContentStartOffset) but is more performant.
MS\Internal\PtsHost\TextParagraph.cs (2)
897
textPointer.MoveByOffset(element.
SymbolCount
);
925
textPointer.MoveByOffset(element.
SymbolCount
);