2 writes to _undoLimit
PresentationFramework (2)
MS\Internal\Documents\UndoManager.cs (2)
71_undoLimit = _undoLimitDefaultValue; 776_undoLimit = value;
2 references to _undoLimit
PresentationFramework (2)
MS\Internal\Documents\UndoManager.cs (2)
772return _imeSupportModeEnabled ? -1 : _undoLimit; 810return _imeSupportModeEnabled || (_isEnabled && _undoLimit != 0);