3 references to TextPositionIsFrozen
PresentationFramework (3)
System\Windows\Documents\DocumentSequenceTextPointer.cs (1)
453
if (_isFrozen) throw new InvalidOperationException(SR.
TextPositionIsFrozen
);
System\Windows\Documents\FixedTextPointer.cs (1)
391
if (_isFrozen) throw new InvalidOperationException(SR.
TextPositionIsFrozen
);
System\Windows\Documents\TextPointer.cs (1)
3951
throw new InvalidOperationException(SR.
TextPositionIsFrozen
);