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