4 references to IMELeftEdgeCharCount
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextStore.cs (3)
335if (element.IMELeftEdgeCharCount > 0) 337Invariant.Assert(element.IMELeftEdgeCharCount == 1); 3401if (element.IMELeftEdgeCharCount != 0)
src\Framework\System\Windows\Documents\TextTreeTextElementNode.cs (1)
332return (_textElement == null) ? -1 : _textElement.IMELeftEdgeCharCount;