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