2 writes to _isReadOnly
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextContainer.cs (2)
572
_isReadOnly
= true;
582
_isReadOnly
= false;
1 reference to _isReadOnly
PresentationFramework (1)
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
546
Invariant.Assert(!
_isReadOnly
, "Illegal to modify DocumentSequenceTextContainer inside Change event scope!");