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)
554Invariant.Assert(!_isReadOnly, "Illegal to modify DocumentSequenceTextContainer inside Change event scope!");