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)
3326
Invariant.Assert(
_netCharCount
>= 0, "Negative _netCharCount!");
3333
if (
_netCharCount
!= this.TextContainer.IMECharCount)
3896
Invariant.Assert(
_netCharCount
== this.TextContainer.IMECharCount);
3950
Invariant.Assert(
_netCharCount
== this.TextContainer.IMECharCount);
4938
charCount = textStore.
_netCharCount
;