14 references to IMELeftEdgeCharCount
PresentationFramework (14)
System\Windows\Documents\SplayTreeNode.cs (1)
340charOffset += elementNode.IMELeftEdgeCharCount;
System\Windows\Documents\TextContainer.cs (12)
1043newFirstIMEVisibleNodeCharDelta = -newFirstIMEVisibleNode.IMELeftEdgeCharCount; 1053deltaCharCount += elementNode.IMELeftEdgeCharCount; 1064formerFirstIMEVisibleNodeCharDelta = formerFirstIMEVisibleNode.IMELeftEdgeCharCount; 1120elementNode.IMELeftEdgeCharCount, elementNode.IMECharCount - elementNode.IMELeftEdgeCharCount, 1240nextIMEVisibleNodeCharDelta = -nextIMEVisibleNode.IMELeftEdgeCharCount; 1403leftEdgeCharCount = textElementNode.IMELeftEdgeCharCount; 2226int childIMECharCount = elementNode.IMECharCount - elementNode.IMELeftEdgeCharCount; 2242elementNode.IMECharCount = childCharCount + elementNode.IMELeftEdgeCharCount; 2815int imeLeftEdgeCharCount = elementNode.IMELeftEdgeCharCount; 2831nextNodeCharDelta = -nextNode.IMELeftEdgeCharCount; 2848containedNodeCharDelta = firstContainedElementNode.IMELeftEdgeCharCount;
System\Windows\Documents\TextPointer.cs (1)
3755charOffset += elementNode.IMELeftEdgeCharCount;