7 overrides of LeftCharCount
PresentationFramework (7)
System\Windows\Documents\TextTreeFixupNode.cs (1)
166
internal override int
LeftCharCount
System\Windows\Documents\TextTreeObjectNode.cs (1)
131
internal override int
LeftCharCount
System\Windows\Documents\TextTreeRootNode.cs (1)
145
internal override int
LeftCharCount
System\Windows\Documents\TextTreeRootTextBlock.cs (1)
109
internal override int
LeftCharCount
System\Windows\Documents\TextTreeTextBlock.cs (1)
326
internal override int
LeftCharCount
System\Windows\Documents\TextTreeTextElementNode.cs (1)
137
internal override int
LeftCharCount
System\Windows\Documents\TextTreeTextNode.cs (1)
318
internal override int
LeftCharCount
5 writes to LeftCharCount
PresentationFramework (5)
System\Windows\Documents\SplayTreeNode.cs (4)
486
root.
LeftCharCount
= leftSubTree.LeftCharCount + leftSubTree.IMECharCount;
491
root.
LeftCharCount
= 0;
888
rightChildNode.
LeftCharCount
+= this.LeftCharCount + this.IMECharCount;
953
this.
LeftCharCount
-= leftChildNode.LeftCharCount + leftChildNode.IMECharCount;
System\Windows\Documents\TextContainer.cs (1)
3078
nextNode.
LeftCharCount
+= maxChildNode.LeftCharCount + maxChildNode.IMECharCount;
7 references to LeftCharCount
PresentationFramework (7)
System\Windows\Documents\SplayTreeNode.cs (5)
86
nodeLeftCharCount = node.
LeftCharCount
;
337
charOffset += node.
LeftCharCount
;
486
root.LeftCharCount = leftSubTree.
LeftCharCount
+ leftSubTree.IMECharCount;
888
rightChildNode.LeftCharCount += this.
LeftCharCount
+ this.IMECharCount;
953
this.LeftCharCount -= leftChildNode.
LeftCharCount
+ leftChildNode.IMECharCount;
System\Windows\Documents\TextContainer.cs (2)
2728
charCount += childNode.
LeftCharCount
+ childNode.IMECharCount;
3078
nextNode.LeftCharCount += maxChildNode.
LeftCharCount
+ maxChildNode.IMECharCount;