7 overrides of LeftCharCount
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextTreeFixupNode.cs (1)
173
internal override int
LeftCharCount
src\Framework\System\Windows\Documents\TextTreeObjectNode.cs (1)
138
internal override int
LeftCharCount
src\Framework\System\Windows\Documents\TextTreeRootNode.cs (1)
153
internal override int
LeftCharCount
src\Framework\System\Windows\Documents\TextTreeRootTextBlock.cs (1)
111
internal override int
LeftCharCount
src\Framework\System\Windows\Documents\TextTreeTextBlock.cs (1)
332
internal override int
LeftCharCount
src\Framework\System\Windows\Documents\TextTreeTextElementNode.cs (1)
144
internal override int
LeftCharCount
src\Framework\System\Windows\Documents\TextTreeTextNode.cs (1)
325
internal override int
LeftCharCount
5 writes to LeftCharCount
PresentationFramework (5)
src\Framework\System\Windows\Documents\SplayTreeNode.cs (4)
487
root.
LeftCharCount
= leftSubTree.LeftCharCount + leftSubTree.IMECharCount;
492
root.
LeftCharCount
= 0;
889
rightChildNode.
LeftCharCount
+= this.LeftCharCount + this.IMECharCount;
954
this.
LeftCharCount
-= leftChildNode.LeftCharCount + leftChildNode.IMECharCount;
src\Framework\System\Windows\Documents\TextContainer.cs (1)
3099
nextNode.
LeftCharCount
+= maxChildNode.LeftCharCount + maxChildNode.IMECharCount;
7 references to LeftCharCount
PresentationFramework (7)
src\Framework\System\Windows\Documents\SplayTreeNode.cs (5)
87
nodeLeftCharCount = node.
LeftCharCount
;
338
charOffset += node.
LeftCharCount
;
487
root.LeftCharCount = leftSubTree.
LeftCharCount
+ leftSubTree.IMECharCount;
889
rightChildNode.LeftCharCount += this.
LeftCharCount
+ this.IMECharCount;
954
this.LeftCharCount -= leftChildNode.
LeftCharCount
+ leftChildNode.IMECharCount;
src\Framework\System\Windows\Documents\TextContainer.cs (2)
2748
charCount += childNode.
LeftCharCount
+ childNode.IMECharCount;
3099
nextNode.LeftCharCount += maxChildNode.
LeftCharCount
+ maxChildNode.IMECharCount;