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