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