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)
3322
Invariant.Assert(
_netCharCount
>= 0, "Negative _netCharCount!");
3329
if (
_netCharCount
!= this.TextContainer.IMECharCount)
3889
Invariant.Assert(
_netCharCount
== this.TextContainer.IMECharCount);
3943
Invariant.Assert(
_netCharCount
== this.TextContainer.IMECharCount);
4929
charCount = textStore.
_netCharCount
;