Implemented interface member:
property
Locked
MS.Internal.Documents.IParentUndoUnit.Locked
2 writes to Locked
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextStore.cs (2)
4216
this.
Locked
= false;
4223
this.
Locked
= true;
4 references to Locked
PresentationFramework (4)
src\Framework\MS\Internal\Documents\ParentUndoUnit.cs (2)
258
if (
Locked
)
283
if (
Locked
)
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
1969
if (_compositionUndoUnit != null && _compositionUndoUnit == undoManager.LastUnit && !_compositionUndoUnit.
Locked
)
src\Framework\System\Windows\Documents\TextStore.cs (1)
4215
Invariant.Assert(this.
Locked
); // If this fails, then the Locked = true below is invalid.