4 references to IMECharCount
PresentationFramework (4)
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
2046if (args.IMECharCount > 0 && (args.TextChange == TextChangeType.ContentAdded || args.TextChange == TextChangeType.ContentRemoved))
src\Framework\System\Windows\Documents\TextStore.cs (3)
2084if (args.IMECharCount > 0 && (args.TextChange == TextChangeType.ContentAdded || args.TextChange == TextChangeType.ContentRemoved)) 2115charsAdded = args.IMECharCount; 2119charsRemoved = args.IMECharCount;