2 writes to _changes
PresentationFramework (2)
System\Windows\Controls\PasswordTextContainer.cs (2)
169
_changes
= null;
634
_changes
= new TextContainerChangedEventArgs();
4 references to _changes
PresentationFramework (4)
System\Windows\Controls\PasswordTextContainer.cs (4)
166
_changes
!= null)
168
changes =
_changes
;
632
if (
_changes
== null)
637
_changes
.AddChange(precursorTextChange, startPosition.Offset, symbolCount, false /* collectTextChanges */);