Base:
property
IMECharCount
System.Windows.Documents.SplayTreeNode.IMECharCount
7 writes to IMECharCount
PresentationFramework (7)
System\Windows\Documents\TextContainer.cs (7)
1044
newFirstIMEVisibleNode.
IMECharCount
+= newFirstIMEVisibleNodeCharDelta;
1065
formerFirstIMEVisibleNode.
IMECharCount
+= formerFirstIMEVisibleNodeCharDelta;
1241
nextIMEVisibleNode.
IMECharCount
+= nextIMEVisibleNodeCharDelta;
2242
elementNode.
IMECharCount
= childCharCount + elementNode.IMELeftEdgeCharCount;
2832
nextNode.
IMECharCount
+= nextNodeCharDelta;
2849
firstContainedElementNode.
IMECharCount
+= containedNodeCharDelta;
2926
element.TextElementNode.
IMECharCount
-= imeLeftEdgeCharCount;
6 references to IMECharCount
PresentationFramework (6)
System\Windows\Documents\TextContainer.cs (5)
1120
elementNode.IMELeftEdgeCharCount, elementNode.
IMECharCount
- elementNode.IMELeftEdgeCharCount,
2226
int childIMECharCount = elementNode.
IMECharCount
- elementNode.IMELeftEdgeCharCount;
2430
int imeCharCountInOriginalContainer = elementNode.
IMECharCount
;
2454
tree.UpdateContainerSymbolCount(elementNode.GetContainingNode(), elementNode.SymbolCount, elementNode.
IMECharCount
);
2814
int imeCharCount = elementNode.
IMECharCount
;
System\Windows\Documents\TextElement.cs (1)
1005
tree.AddChange(beforeStart, _textElementNode.SymbolCount, _textElementNode.
IMECharCount
,