4 references to IMECharCount
PresentationFramework (4)
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
2046
if (args.
IMECharCount
> 0 && (args.TextChange == TextChangeType.ContentAdded || args.TextChange == TextChangeType.ContentRemoved))
src\Framework\System\Windows\Documents\TextStore.cs (3)
2084
if (args.
IMECharCount
> 0 && (args.TextChange == TextChangeType.ContentAdded || args.TextChange == TextChangeType.ContentRemoved))
2115
charsAdded = args.
IMECharCount
;
2119
charsRemoved = args.
IMECharCount
;