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