2 writes to _canSave
PresentationUI (2)
MS\Internal\Documents\RMPublishingDialog.cs (2)
141_canSave = false; 146_canSave = documentManager.CanSave;
2 references to _canSave
PresentationUI (2)
MS\Internal\Documents\RMPublishingDialog.cs (2)
149buttonSave.Enabled = _canSave; 555buttonSave.Enabled = isSaveAllowed && _canSave;