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