4 references to IMECharCount
PresentationFramework (4)
System\Windows\Documents\ImmComposition.cs (1)
1835if (args.IMECharCount > 0 && (args.TextChange == TextChangeType.ContentAdded || args.TextChange == TextChangeType.ContentRemoved))
System\Windows\Documents\TextStore.cs (3)
2173if (args.IMECharCount > 0 && (args.TextChange == TextChangeType.ContentAdded || args.TextChange == TextChangeType.ContentRemoved)) 2209charsAdded = args.IMECharCount; 2213charsRemoved = args.IMECharCount;