3 writes to _changes
PresentationFramework (3)
System\Windows\Documents\TextContainer.cs (3)
368
_changes
= null;
746
_changes
= new TextContainerChangedEventArgs();
792
_changes
= new TextContainerChangedEventArgs();
7 references to _changes
PresentationFramework (7)
System\Windows\Documents\TextContainer.cs (7)
365
if (
_changes
!= null)
367
changes =
_changes
;
744
if (
_changes
== null)
790
if (
_changes
== null)
795
Invariant.Assert(
_changes
!= null, "Missing call to BeforeAddChange!");
796
_changes
.AddChange(textChange, startPosition.Offset, symbolCount, this.CollectTextChanges);
811
_changes
.SetLocalPropertyValueChanged();