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)
3337
Invariant.Assert(
_netCharCount
>= 0, "Negative _netCharCount!");
3344
if (
_netCharCount
!= this.TextContainer.IMECharCount)
3907
Invariant.Assert(
_netCharCount
== this.TextContainer.IMECharCount);
3961
Invariant.Assert(
_netCharCount
== this.TextContainer.IMECharCount);
4949
charCount = textStore.
_netCharCount
;