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