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