Base:
property
IMECharCount
System.Windows.Documents.SplayTreeNode.IMECharCount
7 writes to IMECharCount
PresentationFramework (7)
System\Windows\Documents\TextContainer.cs (7)
1048
newFirstIMEVisibleNode.
IMECharCount
+= newFirstIMEVisibleNodeCharDelta;
1069
formerFirstIMEVisibleNode.
IMECharCount
+= formerFirstIMEVisibleNodeCharDelta;
1245
nextIMEVisibleNode.
IMECharCount
+= nextIMEVisibleNodeCharDelta;
2255
elementNode.
IMECharCount
= childCharCount + elementNode.IMELeftEdgeCharCount;
2857
nextNode.
IMECharCount
+= nextNodeCharDelta;
2874
firstContainedElementNode.
IMECharCount
+= containedNodeCharDelta;
2954
element.TextElementNode.
IMECharCount
-= imeLeftEdgeCharCount;
6 references to IMECharCount
PresentationFramework (6)
System\Windows\Documents\TextContainer.cs (5)
1124
elementNode.IMELeftEdgeCharCount, elementNode.
IMECharCount
- elementNode.IMELeftEdgeCharCount,
2239
int childIMECharCount = elementNode.
IMECharCount
- elementNode.IMELeftEdgeCharCount;
2452
int imeCharCountInOriginalContainer = elementNode.
IMECharCount
;
2476
tree.UpdateContainerSymbolCount(elementNode.GetContainingNode(), elementNode.SymbolCount, elementNode.
IMECharCount
);
2839
int imeCharCount = elementNode.
IMECharCount
;
System\Windows\Documents\TextElement.cs (1)
1020
tree.AddChange(beforeStart, _textElementNode.SymbolCount, _textElementNode.
IMECharCount
,