2 writes to _changes
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (2)
178
_changes
= null;
643
_changes
= new TextContainerChangedEventArgs();
4 references to _changes
PresentationFramework (4)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (4)
175
_changes
!= null)
177
changes =
_changes
;
641
if (
_changes
== null)
646
_changes
.AddChange(precursorTextChange, startPosition.Offset, symbolCount, false /* collectTextChanges */);