2 writes to _undoLimit
PresentationFramework (2)
src\Framework\MS\Internal\Documents\UndoManager.cs (2)
88_undoLimit = _undoLimitDefaultValue; 819_undoLimit = value;
2 references to _undoLimit
PresentationFramework (2)
src\Framework\MS\Internal\Documents\UndoManager.cs (2)
815return _imeSupportModeEnabled ? -1 : _undoLimit; 853return _imeSupportModeEnabled || (_isEnabled && _undoLimit != 0);