4 references to IMECharCount
PresentationFramework (4)
System\Windows\Documents\ImmComposition.cs (1)
1834if (args.IMECharCount > 0 && (args.TextChange == TextChangeType.ContentAdded || args.TextChange == TextChangeType.ContentRemoved))
System\Windows\Documents\TextStore.cs (3)
2172if (args.IMECharCount > 0 && (args.TextChange == TextChangeType.ContentAdded || args.TextChange == TextChangeType.ContentRemoved)) 2208charsAdded = args.IMECharCount; 2212charsRemoved = args.IMECharCount;