Base:
property
SymbolCount
System.Windows.Documents.SplayTreeNode.SymbolCount
1 write to SymbolCount
PresentationFramework (1)
System\Windows\Documents\TextContainer.cs (1)
911
textNode.
SymbolCount
+= textLength; // This simultaneously updates textNode.IMECharCount.
5 references to SymbolCount
PresentationFramework (5)
System\Windows\Documents\TextContainer.cs (1)
2167
if (textNode.
SymbolCount
== 0)
System\Windows\Documents\TextPointer.cs (2)
1782
skipCount = (direction == LogicalDirection.Forward) ? nodeOffset : textNode.
SymbolCount
- nodeOffset;
1795
finalCount += Math.Min(count - finalCount, textNode.
SymbolCount
- skipCount);
System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
233
count += textNode.
SymbolCount
;
System\Windows\Documents\TextTreeTextNode.cs (1)
409
return this.
SymbolCount
;