5 implementations of IMECharCount
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
495int ITextContainer.IMECharCount
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
301int ITextContainer.IMECharCount
System\Windows\Documents\FixedTextContainer.cs (1)
270int ITextContainer.IMECharCount
System\Windows\Documents\NullTextContainer.cs (1)
266int ITextContainer.IMECharCount
System\Windows\Documents\TextContainer.cs (1)
1833int ITextContainer.IMECharCount
11 references to IMECharCount
PresentationFramework (11)
System\Windows\Documents\TextStore.cs (11)
917end = this.TextContainer.IMECharCount; 1036_netCharCount = this.TextContainer.IMECharCount; 1255int originalIMECharCount = this.TextContainer.IMECharCount; 1287Invariant.Assert(originalIMECharCount == this.TextContainer.IMECharCount); 1615_netCharCount = this.TextContainer.IMECharCount; 3328if (_netCharCount != this.TextContainer.IMECharCount) 3339if (offset < 0 || offset > this.TextContainer.IMECharCount) 3341throw new ArgumentException(SR.Format(SR.TextStore_BadIMECharOffset, offset, this.TextContainer.IMECharCount)); 3888Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 3942Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 4929imeCharCount = textStore.TextContainer.IMECharCount;