Base:
property
IMECharCount
System.Windows.Documents.SplayTreeNode.IMECharCount
7 writes to IMECharCount
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextContainer.cs (7)
1068
newFirstIMEVisibleNode.
IMECharCount
+= newFirstIMEVisibleNodeCharDelta;
1089
formerFirstIMEVisibleNode.
IMECharCount
+= formerFirstIMEVisibleNodeCharDelta;
1265
nextIMEVisibleNode.
IMECharCount
+= nextIMEVisibleNodeCharDelta;
2275
elementNode.
IMECharCount
= childCharCount + elementNode.IMELeftEdgeCharCount;
2877
nextNode.
IMECharCount
+= nextNodeCharDelta;
2894
firstContainedElementNode.
IMECharCount
+= containedNodeCharDelta;
2975
element.TextElementNode.
IMECharCount
-= imeLeftEdgeCharCount;
6 references to IMECharCount
PresentationFramework (6)
src\Framework\System\Windows\Documents\TextContainer.cs (5)
1144
elementNode.IMELeftEdgeCharCount, elementNode.
IMECharCount
- elementNode.IMELeftEdgeCharCount,
2259
int childIMECharCount = elementNode.
IMECharCount
- elementNode.IMELeftEdgeCharCount;
2472
int imeCharCountInOriginalContainer = elementNode.
IMECharCount
;
2496
tree.UpdateContainerSymbolCount(elementNode.GetContainingNode(), elementNode.SymbolCount, elementNode.
IMECharCount
);
2859
int imeCharCount = elementNode.
IMECharCount
;
src\Framework\System\Windows\Documents\TextElement.cs (1)
1066
tree.AddChange(beforeStart, _textElementNode.SymbolCount, _textElementNode.
IMECharCount
,