5 references to SymbolCount
PresentationFramework (5)
src\Framework\MS\Internal\Documents\TextContainerHelper.cs (2)
573
length = ((TextElement)element).
SymbolCount
;
693
cch = textElement.
SymbolCount
;
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (1)
565
int charCount = Table.
SymbolCount
- 2;// This is equivalent to (ContentEndOffset – ContentStartOffset) but is more performant.
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (2)
904
textPointer.MoveByOffset(element.
SymbolCount
);
932
textPointer.MoveByOffset(element.
SymbolCount
);