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) 177changes = _changes; 641if (_changes == null) 646_changes.AddChange(precursorTextChange, startPosition.Offset, symbolCount, false /* collectTextChanges */);