14 references to IMELeftEdgeCharCount
PresentationFramework (14)
System\Windows\Documents\SplayTreeNode.cs (1)
347charOffset += elementNode.IMELeftEdgeCharCount;
System\Windows\Documents\TextContainer.cs (12)
1047newFirstIMEVisibleNodeCharDelta = -newFirstIMEVisibleNode.IMELeftEdgeCharCount; 1057deltaCharCount += elementNode.IMELeftEdgeCharCount; 1068formerFirstIMEVisibleNodeCharDelta = formerFirstIMEVisibleNode.IMELeftEdgeCharCount; 1124elementNode.IMELeftEdgeCharCount, elementNode.IMECharCount - elementNode.IMELeftEdgeCharCount, 1244nextIMEVisibleNodeCharDelta = -nextIMEVisibleNode.IMELeftEdgeCharCount; 1410leftEdgeCharCount = textElementNode.IMELeftEdgeCharCount; 2239int childIMECharCount = elementNode.IMECharCount - elementNode.IMELeftEdgeCharCount; 2255elementNode.IMECharCount = childCharCount + elementNode.IMELeftEdgeCharCount; 2840int imeLeftEdgeCharCount = elementNode.IMELeftEdgeCharCount; 2856nextNodeCharDelta = -nextNode.IMELeftEdgeCharCount; 2873containedNodeCharDelta = firstContainedElementNode.IMELeftEdgeCharCount;
System\Windows\Documents\TextPointer.cs (1)
3756charOffset += elementNode.IMELeftEdgeCharCount;