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