7 overrides of LeftCharCount
PresentationFramework (7)
System\Windows\Documents\TextTreeFixupNode.cs (1)
166internal override int LeftCharCount
System\Windows\Documents\TextTreeObjectNode.cs (1)
131internal override int LeftCharCount
System\Windows\Documents\TextTreeRootNode.cs (1)
145internal override int LeftCharCount
System\Windows\Documents\TextTreeRootTextBlock.cs (1)
109internal override int LeftCharCount
System\Windows\Documents\TextTreeTextBlock.cs (1)
326internal override int LeftCharCount
System\Windows\Documents\TextTreeTextElementNode.cs (1)
139internal override int LeftCharCount
System\Windows\Documents\TextTreeTextNode.cs (1)
322internal override int LeftCharCount
5 writes to LeftCharCount
PresentationFramework (5)
System\Windows\Documents\SplayTreeNode.cs (4)
480root.LeftCharCount = leftSubTree.LeftCharCount + leftSubTree.IMECharCount; 485root.LeftCharCount = 0; 882rightChildNode.LeftCharCount += this.LeftCharCount + this.IMECharCount; 947this.LeftCharCount -= leftChildNode.LeftCharCount + leftChildNode.IMECharCount;
System\Windows\Documents\TextContainer.cs (1)
3051nextNode.LeftCharCount += maxChildNode.LeftCharCount + maxChildNode.IMECharCount;
7 references to LeftCharCount
PresentationFramework (7)
System\Windows\Documents\SplayTreeNode.cs (5)
86nodeLeftCharCount = node.LeftCharCount; 331charOffset += node.LeftCharCount; 480root.LeftCharCount = leftSubTree.LeftCharCount + leftSubTree.IMECharCount; 882rightChildNode.LeftCharCount += this.LeftCharCount + this.IMECharCount; 947this.LeftCharCount -= leftChildNode.LeftCharCount + leftChildNode.IMECharCount;
System\Windows\Documents\TextContainer.cs (2)
2707charCount += childNode.LeftCharCount + childNode.IMECharCount; 3051nextNode.LeftCharCount += maxChildNode.LeftCharCount + maxChildNode.IMECharCount;