2 writes to _isReadOnly
PresentationFramework (2)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
587
_isReadOnly
= true;
597
_isReadOnly
= false;
1 reference to _isReadOnly
PresentationFramework (1)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
561
Invariant.Assert(!
_isReadOnly
, "Illegal to modify DocumentSequenceTextContainer inside Change event scope!");