7 overrides of IMECharCount
PresentationFramework (7)
System\Windows\Documents\TextTreeFixupNode.cs (1)
250internal override int IMECharCount
System\Windows\Documents\TextTreeObjectNode.cs (1)
217internal override int IMECharCount
System\Windows\Documents\TextTreeRootNode.cs (1)
264internal override int IMECharCount
System\Windows\Documents\TextTreeRootTextBlock.cs (1)
194internal override int IMECharCount
System\Windows\Documents\TextTreeTextBlock.cs (1)
412internal override int IMECharCount
System\Windows\Documents\TextTreeTextElementNode.cs (1)
226internal override int IMECharCount
System\Windows\Documents\TextTreeTextNode.cs (1)
408internal override int IMECharCount
1 write to IMECharCount
PresentationFramework (1)
System\Windows\Documents\TextContainer.cs (1)
3196containingNode.IMECharCount += charCount;
9 references to IMECharCount
PresentationFramework (9)
System\Windows\Documents\SplayTreeNode.cs (4)
103nodeCharCount = node.IMECharCount; 486root.LeftCharCount = leftSubTree.LeftCharCount + leftSubTree.IMECharCount; 888rightChildNode.LeftCharCount += this.LeftCharCount + this.IMECharCount; 953this.LeftCharCount -= leftChildNode.LeftCharCount + leftChildNode.IMECharCount;
System\Windows\Documents\TextContainer.cs (4)
1189UpdateContainerSymbolCount(objectNode.GetContainingNode(), objectNode.SymbolCount, objectNode.IMECharCount); 1433if (charOffset == nodeCharOffset + node.IMECharCount) 2728charCount += childNode.LeftCharCount + childNode.IMECharCount; 3078nextNode.LeftCharCount += maxChildNode.LeftCharCount + maxChildNode.IMECharCount;
System\Windows\Documents\TextPointer.cs (1)
3762charOffset = _node.GetIMECharOffset() + _node.IMECharCount;