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)
3312
Invariant.Assert(
_netCharCount
>= 0, "Negative _netCharCount!");
3319
if (
_netCharCount
!= this.TextContainer.IMECharCount)
3879
Invariant.Assert(
_netCharCount
== this.TextContainer.IMECharCount);
3933
Invariant.Assert(
_netCharCount
== this.TextContainer.IMECharCount);
4919
charCount = textStore.
_netCharCount
;