4 references to IMECharCount
PresentationFramework (4)
System\Windows\Documents\ImmComposition.cs (1)
1856if (args.IMECharCount > 0 && (args.TextChange == TextChangeType.ContentAdded || args.TextChange == TextChangeType.ContentRemoved))
System\Windows\Documents\TextStore.cs (3)
2199if (args.IMECharCount > 0 && (args.TextChange == TextChangeType.ContentAdded || args.TextChange == TextChangeType.ContentRemoved)) 2235charsAdded = args.IMECharCount; 2239charsRemoved = args.IMECharCount;