4 references to IMECharCount
PresentationFramework (4)
System\Windows\Documents\ImmComposition.cs (1)
1848
if (args.
IMECharCount
> 0 && (args.TextChange == TextChangeType.ContentAdded || args.TextChange == TextChangeType.ContentRemoved))
System\Windows\Documents\TextStore.cs (3)
2179
if (args.
IMECharCount
> 0 && (args.TextChange == TextChangeType.ContentAdded || args.TextChange == TextChangeType.ContentRemoved))
2215
charsAdded = args.
IMECharCount
;
2219
charsRemoved = args.
IMECharCount
;