14 references to IMELeftEdgeCharCount
PresentationFramework (14)
System\Windows\Documents\SplayTreeNode.cs (1)
348charOffset += elementNode.IMELeftEdgeCharCount;
System\Windows\Documents\TextContainer.cs (12)
1052newFirstIMEVisibleNodeCharDelta = -newFirstIMEVisibleNode.IMELeftEdgeCharCount; 1062deltaCharCount += elementNode.IMELeftEdgeCharCount; 1073formerFirstIMEVisibleNodeCharDelta = formerFirstIMEVisibleNode.IMELeftEdgeCharCount; 1129elementNode.IMELeftEdgeCharCount, elementNode.IMECharCount - elementNode.IMELeftEdgeCharCount, 1249nextIMEVisibleNodeCharDelta = -nextIMEVisibleNode.IMELeftEdgeCharCount; 1415leftEdgeCharCount = textElementNode.IMELeftEdgeCharCount; 2244int childIMECharCount = elementNode.IMECharCount - elementNode.IMELeftEdgeCharCount; 2260elementNode.IMECharCount = childCharCount + elementNode.IMELeftEdgeCharCount; 2845int imeLeftEdgeCharCount = elementNode.IMELeftEdgeCharCount; 2861nextNodeCharDelta = -nextNode.IMELeftEdgeCharCount; 2878containedNodeCharDelta = firstContainedElementNode.IMELeftEdgeCharCount;
System\Windows\Documents\TextPointer.cs (1)
3761charOffset += elementNode.IMELeftEdgeCharCount;