8 writes to Enabled
PresentationUI (8)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (8)
360Enabled = enabled, 665targetOwnerCell.Enabled = !isEveryoneOwner; 702targetCell.Enabled = false; 708targetCell.Enabled = true; 779cell.Enabled = (cell.Enabled) && (rowIndex != 0); 813cell.Enabled = enableCell; 944Enabled = true; 976cell.Enabled = this.Enabled;
4 references to Enabled
PresentationUI (4)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (4)
507if ((cell == null) || (!cell.Enabled)) 548if ((cell != null) && (cell.Enabled)) 779cell.Enabled = (cell.Enabled) && (rowIndex != 0); 976cell.Enabled = this.Enabled;