Base:
property
SymbolCount
System.Windows.Documents.SplayTreeNode.SymbolCount
1 write to SymbolCount
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
926
textNode.
SymbolCount
+= textLength; // This simultaneously updates textNode.IMECharCount.
5 references to SymbolCount
PresentationFramework (5)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
2182
if (textNode.
SymbolCount
== 0)
src\Framework\System\Windows\Documents\TextPointer.cs (2)
1799
skipCount = (direction == LogicalDirection.Forward) ? nodeOffset : textNode.
SymbolCount
- nodeOffset;
1812
finalCount += Math.Min(count - finalCount, textNode.
SymbolCount
- skipCount);
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
239
count += textNode.
SymbolCount
;
src\Framework\System\Windows\Documents\TextTreeTextNode.cs (1)
415
return this.
SymbolCount
;