Base:
property
IMECharCount
System.Windows.Documents.SplayTreeNode.IMECharCount
7 writes to IMECharCount
PresentationFramework (7)
System\Windows\Documents\TextContainer.cs (7)
1053
newFirstIMEVisibleNode.
IMECharCount
+= newFirstIMEVisibleNodeCharDelta;
1074
formerFirstIMEVisibleNode.
IMECharCount
+= formerFirstIMEVisibleNodeCharDelta;
1250
nextIMEVisibleNode.
IMECharCount
+= nextIMEVisibleNodeCharDelta;
2260
elementNode.
IMECharCount
= childCharCount + elementNode.IMELeftEdgeCharCount;
2862
nextNode.
IMECharCount
+= nextNodeCharDelta;
2879
firstContainedElementNode.
IMECharCount
+= containedNodeCharDelta;
2959
element.TextElementNode.
IMECharCount
-= imeLeftEdgeCharCount;
6 references to IMECharCount
PresentationFramework (6)
System\Windows\Documents\TextContainer.cs (5)
1129
elementNode.IMELeftEdgeCharCount, elementNode.
IMECharCount
- elementNode.IMELeftEdgeCharCount,
2244
int childIMECharCount = elementNode.
IMECharCount
- elementNode.IMELeftEdgeCharCount;
2457
int imeCharCountInOriginalContainer = elementNode.
IMECharCount
;
2481
tree.UpdateContainerSymbolCount(elementNode.GetContainingNode(), elementNode.SymbolCount, elementNode.
IMECharCount
);
2844
int imeCharCount = elementNode.
IMECharCount
;
System\Windows\Documents\TextElement.cs (1)
1021
tree.AddChange(beforeStart, _textElementNode.SymbolCount, _textElementNode.
IMECharCount
,