5 implementations of IMECharCount
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
505
int ITextContainer.
IMECharCount
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
322
int ITextContainer.
IMECharCount
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
291
int ITextContainer.
IMECharCount
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
274
int ITextContainer.
IMECharCount
src\Framework\System\Windows\Documents\TextContainer.cs (1)
1860
int ITextContainer.
IMECharCount
10 references to IMECharCount
PresentationFramework (10)
src\Framework\System\Windows\Documents\TextStore.cs (10)
792
end = this.TextContainer.
IMECharCount
;
911
_netCharCount = this.TextContainer.
IMECharCount
;
1142
int originalIMECharCount = this.TextContainer.
IMECharCount
;
1174
Invariant.Assert(originalIMECharCount == this.TextContainer.
IMECharCount
);
1505
_netCharCount = this.TextContainer.
IMECharCount
;
3266
if (_netCharCount != this.TextContainer.
IMECharCount
)
3277
if (offset < 0 || offset > this.TextContainer.
IMECharCount
)
3279
throw new ArgumentException(SR.Get(SRID.TextStore_BadIMECharOffset, offset, this.TextContainer.
IMECharCount
));
3754
Invariant.Assert(_netCharCount == this.TextContainer.
IMECharCount
);
3804
Invariant.Assert(_netCharCount == this.TextContainer.
IMECharCount
);