2 writes to _isReadOnly
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (2)
654
_isReadOnly
= true;
661
_isReadOnly
= false;
1 reference to _isReadOnly
PresentationFramework (1)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
632
Invariant.Assert(!
_isReadOnly
, "Illegal to modify PasswordTextContainer inside Change event scope!");