2 writes to _undoLimit
PresentationFramework (2)
MS\Internal\Documents\UndoManager.cs (2)
81_undoLimit = _undoLimitDefaultValue; 786_undoLimit = value;
2 references to _undoLimit
PresentationFramework (2)
MS\Internal\Documents\UndoManager.cs (2)
782return _imeSupportModeEnabled ? -1 : _undoLimit; 820return _imeSupportModeEnabled || (_isEnabled && _undoLimit != 0);