2 writes to _undoLimit
PresentationFramework (2)
MS\Internal\Documents\UndoManager.cs (2)
72_undoLimit = _undoLimitDefaultValue; 777_undoLimit = value;
2 references to _undoLimit
PresentationFramework (2)
MS\Internal\Documents\UndoManager.cs (2)
773return _imeSupportModeEnabled ? -1 : _undoLimit; 811return _imeSupportModeEnabled || (_isEnabled && _undoLimit != 0);