3 references to IMECharCount
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextContainer.cs (3)
1403
Invariant.Assert(charOffset >= 0 && charOffset <= this.
IMECharCount
, "Bogus char offset!");
1405
if (this.
IMECharCount
== 0)
1864
return this.
IMECharCount
;