2 writes to _canSave
PresentationUI (2)
MS\Internal\Documents\RMPublishingDialog.cs (2)
134_canSave = false; 139_canSave = documentManager.CanSave;
2 references to _canSave
PresentationUI (2)
MS\Internal\Documents\RMPublishingDialog.cs (2)
142buttonSave.Enabled = _canSave; 547buttonSave.Enabled = isSaveAllowed && _canSave;