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)
815
return _imeSupportModeEnabled ? -1 :
_undoLimit
;
853
return _imeSupportModeEnabled || (_isEnabled &&
_undoLimit
!= 0);