14 references to IMELeftEdgeCharCount
PresentationFramework (14)
System\Windows\Documents\SplayTreeNode.cs (1)
341charOffset += elementNode.IMELeftEdgeCharCount;
System\Windows\Documents\TextContainer.cs (12)
1044newFirstIMEVisibleNodeCharDelta = -newFirstIMEVisibleNode.IMELeftEdgeCharCount; 1054deltaCharCount += elementNode.IMELeftEdgeCharCount; 1065formerFirstIMEVisibleNodeCharDelta = formerFirstIMEVisibleNode.IMELeftEdgeCharCount; 1121elementNode.IMELeftEdgeCharCount, elementNode.IMECharCount - elementNode.IMELeftEdgeCharCount, 1241nextIMEVisibleNodeCharDelta = -nextIMEVisibleNode.IMELeftEdgeCharCount; 1404leftEdgeCharCount = textElementNode.IMELeftEdgeCharCount; 2227int childIMECharCount = elementNode.IMECharCount - elementNode.IMELeftEdgeCharCount; 2243elementNode.IMECharCount = childCharCount + elementNode.IMELeftEdgeCharCount; 2816int imeLeftEdgeCharCount = elementNode.IMELeftEdgeCharCount; 2832nextNodeCharDelta = -nextNode.IMELeftEdgeCharCount; 2849containedNodeCharDelta = firstContainedElementNode.IMELeftEdgeCharCount;
System\Windows\Documents\TextPointer.cs (1)
3756charOffset += elementNode.IMELeftEdgeCharCount;