5 implementations of IMECharCount
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
499int ITextContainer.IMECharCount
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
318int ITextContainer.IMECharCount
System\Windows\Documents\FixedTextContainer.cs (1)
287int ITextContainer.IMECharCount
System\Windows\Documents\NullTextContainer.cs (1)
271int ITextContainer.IMECharCount
System\Windows\Documents\TextContainer.cs (1)
1845int ITextContainer.IMECharCount
11 references to IMECharCount
PresentationFramework (11)
System\Windows\Documents\TextStore.cs (11)
929end = this.TextContainer.IMECharCount; 1051_netCharCount = this.TextContainer.IMECharCount; 1270int originalIMECharCount = this.TextContainer.IMECharCount; 1302Invariant.Assert(originalIMECharCount == this.TextContainer.IMECharCount); 1630_netCharCount = this.TextContainer.IMECharCount; 3353if (_netCharCount != this.TextContainer.IMECharCount) 3364if (offset < 0 || offset > this.TextContainer.IMECharCount) 3366throw new ArgumentException(SR.Format(SR.TextStore_BadIMECharOffset, offset, this.TextContainer.IMECharCount)); 3916Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 3970Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 4963imeCharCount = textStore.TextContainer.IMECharCount;