2 writes to _changes
PresentationFramework (2)
System\Windows\Controls\PasswordTextContainer.cs (2)
168
_changes
= null;
633
_changes
= new TextContainerChangedEventArgs();
4 references to _changes
PresentationFramework (4)
System\Windows\Controls\PasswordTextContainer.cs (4)
165
_changes
!= null)
167
changes =
_changes
;
631
if (
_changes
== null)
636
_changes
.AddChange(precursorTextChange, startPosition.Offset, symbolCount, false /* collectTextChanges */);