3 writes to _netCharCount
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
1037_netCharCount = this.TextContainer.IMECharCount; 1616_netCharCount = this.TextContainer.IMECharCount; 3321_netCharCount += (change.newEnd - change.oldEnd);
5 references to _netCharCount
PresentationFramework (5)
System\Windows\Documents\TextStore.cs (5)
3322Invariant.Assert(_netCharCount >= 0, "Negative _netCharCount!"); 3329if (_netCharCount != this.TextContainer.IMECharCount) 3889Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 3943Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 4929charCount = textStore._netCharCount;