1 implementation of Locked
PresentationFramework (1)
MS\Internal\Documents\ParentUndoUnit.cs (1)
423public virtual bool Locked
3 references to Locked
PresentationFramework (3)
MS\Internal\Documents\UndoManager.cs (1)
278if (unit.Locked)
System\windows\Documents\TextEditorTyping.cs (2)
1783if (This._typingUndoUnit != null && undoManager.LastUnit == This._typingUndoUnit && !This._typingUndoUnit.Locked) 1808if (This._typingUndoUnit != null && undoManager.LastUnit == This._typingUndoUnit && !This._typingUndoUnit.Locked)