5 implementations of IMECharCount
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
496int ITextContainer.IMECharCount
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
302int ITextContainer.IMECharCount
System\Windows\Documents\FixedTextContainer.cs (1)
271int ITextContainer.IMECharCount
System\Windows\Documents\NullTextContainer.cs (1)
267int ITextContainer.IMECharCount
System\Windows\Documents\TextContainer.cs (1)
1834int ITextContainer.IMECharCount
11 references to IMECharCount
PresentationFramework (11)
System\Windows\Documents\TextStore.cs (11)
918end = this.TextContainer.IMECharCount; 1037_netCharCount = this.TextContainer.IMECharCount; 1256int originalIMECharCount = this.TextContainer.IMECharCount; 1288Invariant.Assert(originalIMECharCount == this.TextContainer.IMECharCount); 1616_netCharCount = this.TextContainer.IMECharCount; 3329if (_netCharCount != this.TextContainer.IMECharCount) 3340if (offset < 0 || offset > this.TextContainer.IMECharCount) 3342throw new ArgumentException(SR.Format(SR.TextStore_BadIMECharOffset, offset, this.TextContainer.IMECharCount)); 3889Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 3943Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 4930imeCharCount = textStore.TextContainer.IMECharCount;