3 writes to _netCharCount
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
1051_netCharCount = this.TextContainer.IMECharCount; 1630_netCharCount = this.TextContainer.IMECharCount; 3336_netCharCount += (change.newEnd - change.oldEnd);
5 references to _netCharCount
PresentationFramework (5)
System\Windows\Documents\TextStore.cs (5)
3337Invariant.Assert(_netCharCount >= 0, "Negative _netCharCount!"); 3344if (_netCharCount != this.TextContainer.IMECharCount) 3907Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 3961Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 4949charCount = textStore._netCharCount;