7 overrides of IMECharCount
PresentationFramework (7)
System\Windows\Documents\TextTreeFixupNode.cs (1)
251internal override int IMECharCount
System\Windows\Documents\TextTreeObjectNode.cs (1)
218internal override int IMECharCount
System\Windows\Documents\TextTreeRootNode.cs (1)
266internal override int IMECharCount
System\Windows\Documents\TextTreeRootTextBlock.cs (1)
196internal override int IMECharCount
System\Windows\Documents\TextTreeTextBlock.cs (1)
413internal override int IMECharCount
System\Windows\Documents\TextTreeTextElementNode.cs (1)
225internal override int IMECharCount
System\Windows\Documents\TextTreeTextNode.cs (1)
405internal override int IMECharCount
1 write to IMECharCount
PresentationFramework (1)
System\Windows\Documents\TextContainer.cs (1)
3201containingNode.IMECharCount += charCount;
9 references to IMECharCount
PresentationFramework (9)
System\Windows\Documents\SplayTreeNode.cs (4)
104nodeCharCount = node.IMECharCount; 487root.LeftCharCount = leftSubTree.LeftCharCount + leftSubTree.IMECharCount; 889rightChildNode.LeftCharCount += this.LeftCharCount + this.IMECharCount; 954this.LeftCharCount -= leftChildNode.LeftCharCount + leftChildNode.IMECharCount;
System\Windows\Documents\TextContainer.cs (4)
1194UpdateContainerSymbolCount(objectNode.GetContainingNode(), objectNode.SymbolCount, objectNode.IMECharCount); 1438if (charOffset == nodeCharOffset + node.IMECharCount) 2733charCount += childNode.LeftCharCount + childNode.IMECharCount; 3083nextNode.LeftCharCount += maxChildNode.LeftCharCount + maxChildNode.IMECharCount;
System\Windows\Documents\TextPointer.cs (1)
3767charOffset = _node.GetIMECharOffset() + _node.IMECharCount;