2 writes to Changing
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (2)
603add { Changing += value; } 604remove { Changing -= value; }
2 references to Changing
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (2)
635if (this.Changing != null) 637Changing(this, EventArgs.Empty);