14 references to IMELeftEdgeCharCount
PresentationFramework (14)
src\Framework\System\Windows\Documents\SplayTreeNode.cs (1)
348charOffset += elementNode.IMELeftEdgeCharCount;
src\Framework\System\Windows\Documents\TextContainer.cs (12)
1067newFirstIMEVisibleNodeCharDelta = -newFirstIMEVisibleNode.IMELeftEdgeCharCount; 1077deltaCharCount += elementNode.IMELeftEdgeCharCount; 1088formerFirstIMEVisibleNodeCharDelta = formerFirstIMEVisibleNode.IMELeftEdgeCharCount; 1144elementNode.IMELeftEdgeCharCount, elementNode.IMECharCount - elementNode.IMELeftEdgeCharCount, 1264nextIMEVisibleNodeCharDelta = -nextIMEVisibleNode.IMELeftEdgeCharCount; 1430leftEdgeCharCount = textElementNode.IMELeftEdgeCharCount; 2259int childIMECharCount = elementNode.IMECharCount - elementNode.IMELeftEdgeCharCount; 2275elementNode.IMECharCount = childCharCount + elementNode.IMELeftEdgeCharCount; 2860int imeLeftEdgeCharCount = elementNode.IMELeftEdgeCharCount; 2876nextNodeCharDelta = -nextNode.IMELeftEdgeCharCount; 2893containedNodeCharDelta = firstContainedElementNode.IMELeftEdgeCharCount;
src\Framework\System\Windows\Documents\TextPointer.cs (1)
3787charOffset += elementNode.IMELeftEdgeCharCount;