1 implementation of Locked
PresentationFramework (1)
src\Framework\MS\Internal\Documents\ParentUndoUnit.cs (1)
441
public virtual bool
Locked
3 references to Locked
PresentationFramework (3)
src\Framework\MS\Internal\Documents\UndoManager.cs (1)
311
if (unit.
Locked
)
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
1835
if (This._typingUndoUnit != null && undoManager.LastUnit == This._typingUndoUnit && !This._typingUndoUnit.
Locked
)
1860
if (This._typingUndoUnit != null && undoManager.LastUnit == This._typingUndoUnit && !This._typingUndoUnit.
Locked
)