3 writes to _netCharCount
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
1036_netCharCount = this.TextContainer.IMECharCount; 1612_netCharCount = this.TextContainer.IMECharCount; 3311_netCharCount += (change.newEnd - change.oldEnd);
5 references to _netCharCount
PresentationFramework (5)
System\Windows\Documents\TextStore.cs (5)
3312Invariant.Assert(_netCharCount >= 0, "Negative _netCharCount!"); 3319if (_netCharCount != this.TextContainer.IMECharCount) 3879Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 3933Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 4919charCount = textStore._netCharCount;