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