3 writes to _netCharCount
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextStore.cs (3)
911
_netCharCount
= this.TextContainer.IMECharCount;
1505
_netCharCount
= this.TextContainer.IMECharCount;
3258
_netCharCount
+= (change.newEnd - change.oldEnd);
4 references to _netCharCount
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextStore.cs (4)
3259
Invariant.Assert(
_netCharCount
>= 0, "Negative _netCharCount!");
3266
if (
_netCharCount
!= this.TextContainer.IMECharCount)
3754
Invariant.Assert(
_netCharCount
== this.TextContainer.IMECharCount);
3804
Invariant.Assert(
_netCharCount
== this.TextContainer.IMECharCount);