3 writes to _netCharCount
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
1040_netCharCount = this.TextContainer.IMECharCount; 1619_netCharCount = this.TextContainer.IMECharCount; 3325_netCharCount += (change.newEnd - change.oldEnd);
5 references to _netCharCount
PresentationFramework (5)
System\Windows\Documents\TextStore.cs (5)
3326Invariant.Assert(_netCharCount >= 0, "Negative _netCharCount!"); 3333if (_netCharCount != this.TextContainer.IMECharCount) 3896Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 3950Invariant.Assert(_netCharCount == this.TextContainer.IMECharCount); 4938charCount = textStore._netCharCount;