3 writes to _netCharCount
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
1036_netCharCount = this.TextContainer.IMECharCount; 1615_netCharCount = this.TextContainer.IMECharCount; 3320_netCharCount += (change.newEnd - change.oldEnd);
5 references to _netCharCount
PresentationFramework (5)
System\Windows\Documents\TextStore.cs (5)
3321Invariant.Assert(_netCharCount >= 0, "Negative _netCharCount!"); 3328if (_netCharCount != this.TextContainer.IMECharCount) 3888Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 3942Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 4928charCount = textStore._netCharCount;