2 writes to _undoLimit
PresentationFramework (2)
MS\Internal\Documents\UndoManager.cs (2)
71
_undoLimit
= _undoLimitDefaultValue;
776
_undoLimit
= value;
2 references to _undoLimit
PresentationFramework (2)
MS\Internal\Documents\UndoManager.cs (2)
772
return _imeSupportModeEnabled ? -1 :
_undoLimit
;
810
return _imeSupportModeEnabled || (_isEnabled &&
_undoLimit
!= 0);