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