7 overrides of IMECharCount
PresentationFramework (7)
System\Windows\Documents\TextTreeFixupNode.cs (1)
249
internal override int
IMECharCount
System\Windows\Documents\TextTreeObjectNode.cs (1)
216
internal override int
IMECharCount
System\Windows\Documents\TextTreeRootNode.cs (1)
263
internal override int
IMECharCount
System\Windows\Documents\TextTreeRootTextBlock.cs (1)
193
internal override int
IMECharCount
System\Windows\Documents\TextTreeTextBlock.cs (1)
411
internal override int
IMECharCount
System\Windows\Documents\TextTreeTextElementNode.cs (1)
225
internal override int
IMECharCount
System\Windows\Documents\TextTreeTextNode.cs (1)
407
internal override int
IMECharCount
1 write to IMECharCount
PresentationFramework (1)
System\Windows\Documents\TextContainer.cs (1)
3168
containingNode.
IMECharCount
+= charCount;
9 references to IMECharCount
PresentationFramework (9)
System\Windows\Documents\SplayTreeNode.cs (4)
102
nodeCharCount = node.
IMECharCount
;
479
root.LeftCharCount = leftSubTree.LeftCharCount + leftSubTree.
IMECharCount
;
881
rightChildNode.LeftCharCount += this.LeftCharCount + this.
IMECharCount
;
946
this.LeftCharCount -= leftChildNode.LeftCharCount + leftChildNode.
IMECharCount
;
System\Windows\Documents\TextContainer.cs (4)
1185
UpdateContainerSymbolCount(objectNode.GetContainingNode(), objectNode.SymbolCount, objectNode.
IMECharCount
);
1426
if (charOffset == nodeCharOffset + node.
IMECharCount
)
2706
charCount += childNode.LeftCharCount + childNode.
IMECharCount
;
3050
nextNode.LeftCharCount += maxChildNode.LeftCharCount + maxChildNode.
IMECharCount
;
System\Windows\Documents\TextPointer.cs (1)
3761
charOffset = _node.GetIMECharOffset() + _node.
IMECharCount
;