7 overrides of IMECharCount
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextTreeFixupNode.cs (1)
257
internal override int
IMECharCount
src\Framework\System\Windows\Documents\TextTreeObjectNode.cs (1)
224
internal override int
IMECharCount
src\Framework\System\Windows\Documents\TextTreeRootNode.cs (1)
272
internal override int
IMECharCount
src\Framework\System\Windows\Documents\TextTreeRootTextBlock.cs (1)
196
internal override int
IMECharCount
src\Framework\System\Windows\Documents\TextTreeTextBlock.cs (1)
418
internal override int
IMECharCount
src\Framework\System\Windows\Documents\TextTreeTextElementNode.cs (1)
231
internal override int
IMECharCount
src\Framework\System\Windows\Documents\TextTreeTextNode.cs (1)
411
internal override int
IMECharCount
1 write to IMECharCount
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextContainer.cs (1)
3217
containingNode.
IMECharCount
+= charCount;
9 references to IMECharCount
PresentationFramework (9)
src\Framework\System\Windows\Documents\SplayTreeNode.cs (4)
104
nodeCharCount = node.
IMECharCount
;
487
root.LeftCharCount = leftSubTree.LeftCharCount + leftSubTree.
IMECharCount
;
889
rightChildNode.LeftCharCount += this.LeftCharCount + this.
IMECharCount
;
954
this.LeftCharCount -= leftChildNode.LeftCharCount + leftChildNode.
IMECharCount
;
src\Framework\System\Windows\Documents\TextContainer.cs (4)
1209
UpdateContainerSymbolCount(objectNode.GetContainingNode(), objectNode.SymbolCount, objectNode.
IMECharCount
);
1453
if (charOffset == nodeCharOffset + node.
IMECharCount
)
2748
charCount += childNode.LeftCharCount + childNode.
IMECharCount
;
3099
nextNode.LeftCharCount += maxChildNode.LeftCharCount + maxChildNode.
IMECharCount
;
src\Framework\System\Windows\Documents\TextPointer.cs (1)
3793
charOffset = _node.GetIMECharOffset() + _node.
IMECharCount
;