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)
1840int ITextContainer.IMECharCount
11 references to IMECharCount
PresentationFramework (11)
System\Windows\Documents\TextStore.cs (11)
918end = this.TextContainer.IMECharCount; 1040_netCharCount = this.TextContainer.IMECharCount; 1259int originalIMECharCount = this.TextContainer.IMECharCount; 1291Invariant.Assert(originalIMECharCount == this.TextContainer.IMECharCount); 1619_netCharCount = this.TextContainer.IMECharCount; 3335if (_netCharCount != this.TextContainer.IMECharCount) 3346if (offset < 0 || offset > this.TextContainer.IMECharCount) 3348throw new ArgumentException(SR.Format(SR.TextStore_BadIMECharOffset, offset, this.TextContainer.IMECharCount)); 3898Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 3952Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 4937imeCharCount = textStore.TextContainer.IMECharCount;