2 writes to Change
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (2)
609
add {
Change
+= value; }
610
remove {
Change
-= value; }
2 references to Change
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (2)
648
if (this.
Change
!= null)
657
Change
(this, new TextContainerChangeEventArgs(startPosition, symbolCount, symbolCount, textChange));