7 overrides of LeftCharCount
PresentationFramework (7)
System\Windows\Documents\TextTreeFixupNode.cs (1)
165internal override int LeftCharCount
System\Windows\Documents\TextTreeObjectNode.cs (1)
130internal override int LeftCharCount
System\Windows\Documents\TextTreeRootNode.cs (1)
144internal override int LeftCharCount
System\Windows\Documents\TextTreeRootTextBlock.cs (1)
108internal override int LeftCharCount
System\Windows\Documents\TextTreeTextBlock.cs (1)
325internal override int LeftCharCount
System\Windows\Documents\TextTreeTextElementNode.cs (1)
138internal override int LeftCharCount
System\Windows\Documents\TextTreeTextNode.cs (1)
321internal override int LeftCharCount
5 writes to LeftCharCount
PresentationFramework (5)
System\Windows\Documents\SplayTreeNode.cs (4)
479root.LeftCharCount = leftSubTree.LeftCharCount + leftSubTree.IMECharCount; 484root.LeftCharCount = 0; 881rightChildNode.LeftCharCount += this.LeftCharCount + this.IMECharCount; 946this.LeftCharCount -= leftChildNode.LeftCharCount + leftChildNode.IMECharCount;
System\Windows\Documents\TextContainer.cs (1)
3050nextNode.LeftCharCount += maxChildNode.LeftCharCount + maxChildNode.IMECharCount;
7 references to LeftCharCount
PresentationFramework (7)
System\Windows\Documents\SplayTreeNode.cs (5)
85nodeLeftCharCount = node.LeftCharCount; 330charOffset += node.LeftCharCount; 479root.LeftCharCount = leftSubTree.LeftCharCount + leftSubTree.IMECharCount; 881rightChildNode.LeftCharCount += this.LeftCharCount + this.IMECharCount; 946this.LeftCharCount -= leftChildNode.LeftCharCount + leftChildNode.IMECharCount;
System\Windows\Documents\TextContainer.cs (2)
2706charCount += childNode.LeftCharCount + childNode.IMECharCount; 3050nextNode.LeftCharCount += maxChildNode.LeftCharCount + maxChildNode.IMECharCount;