Base:
property
IMECharCount
System.Windows.Documents.SplayTreeNode.IMECharCount
7 writes to IMECharCount
PresentationFramework (7)
System\Windows\Documents\TextContainer.cs (7)
1045newFirstIMEVisibleNode.IMECharCount += newFirstIMEVisibleNodeCharDelta; 1066formerFirstIMEVisibleNode.IMECharCount += formerFirstIMEVisibleNodeCharDelta; 1242nextIMEVisibleNode.IMECharCount += nextIMEVisibleNodeCharDelta; 2243elementNode.IMECharCount = childCharCount + elementNode.IMELeftEdgeCharCount; 2833nextNode.IMECharCount += nextNodeCharDelta; 2850firstContainedElementNode.IMECharCount += containedNodeCharDelta; 2927element.TextElementNode.IMECharCount -= imeLeftEdgeCharCount;
6 references to IMECharCount
PresentationFramework (6)
System\Windows\Documents\TextContainer.cs (5)
1121elementNode.IMELeftEdgeCharCount, elementNode.IMECharCount - elementNode.IMELeftEdgeCharCount, 2227int childIMECharCount = elementNode.IMECharCount - elementNode.IMELeftEdgeCharCount; 2431int imeCharCountInOriginalContainer = elementNode.IMECharCount; 2455tree.UpdateContainerSymbolCount(elementNode.GetContainingNode(), elementNode.SymbolCount, elementNode.IMECharCount); 2815int imeCharCount = elementNode.IMECharCount;
System\Windows\Documents\TextElement.cs (1)
1006tree.AddChange(beforeStart, _textElementNode.SymbolCount, _textElementNode.IMECharCount,