3 writes to _netCharCount
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextStore.cs (3)
911_netCharCount = this.TextContainer.IMECharCount; 1505_netCharCount = this.TextContainer.IMECharCount; 3258_netCharCount += (change.newEnd - change.oldEnd);
4 references to _netCharCount
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextStore.cs (4)
3259Invariant.Assert(_netCharCount >= 0, "Negative _netCharCount!"); 3266if (_netCharCount != this.TextContainer.IMECharCount) 3754Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 3804Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount);