2 writes to _isReadOnly
PresentationFramework (2)
System\Windows\Controls\PasswordTextContainer.cs (2)
648
_isReadOnly
= true;
655
_isReadOnly
= false;
1 reference to _isReadOnly
PresentationFramework (1)
System\Windows\Controls\PasswordTextContainer.cs (1)
626
Invariant.Assert(!
_isReadOnly
, "Illegal to modify PasswordTextContainer inside Change event scope!");