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