3 writes to _changes
PresentationFramework (3)
src\Framework\System\Windows\Documents\TextContainer.cs (3)
389
_changes
= null;
767
_changes
= new TextContainerChangedEventArgs();
813
_changes
= new TextContainerChangedEventArgs();
7 references to _changes
PresentationFramework (7)
src\Framework\System\Windows\Documents\TextContainer.cs (7)
386
if (
_changes
!= null)
388
changes =
_changes
;
765
if (
_changes
== null)
811
if (
_changes
== null)
816
Invariant.Assert(
_changes
!= null, "Missing call to BeforeAddChange!");
817
_changes
.AddChange(textChange, startPosition.Offset, symbolCount, this.CollectTextChanges);
832
_changes
.SetLocalPropertyValueChanged();