Implemented interface member:
property
Locked
MS.Internal.Documents.IParentUndoUnit.Locked
2 writes to Locked
PresentationFramework (2)
System\Windows\Documents\TextStore.cs (2)
4357
this.
Locked
= false;
4364
this.
Locked
= true;
4 references to Locked
PresentationFramework (4)
MS\Internal\Documents\ParentUndoUnit.cs (2)
240
if (
Locked
)
265
if (
Locked
)
System\Windows\Documents\ImmComposition.cs (1)
1757
if (_compositionUndoUnit != null && _compositionUndoUnit == undoManager.LastUnit && !_compositionUndoUnit.
Locked
)
System\Windows\Documents\TextStore.cs (1)
4356
Invariant.Assert(this.
Locked
); // If this fails, then the Locked = true below is invalid.