8 writes to Enabled
PresentationUI (8)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (8)
362boolCell.Enabled = enabled; 660targetOwnerCell.Enabled = !isEveryoneOwner; 697targetCell.Enabled = false; 703targetCell.Enabled = true; 774cell.Enabled = (cell.Enabled) && (rowIndex != 0); 808cell.Enabled = enableCell; 939Enabled = true; 971cell.Enabled = this.Enabled;
4 references to Enabled
PresentationUI (4)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (4)
502if ((cell == null) || (!cell.Enabled)) 543if ((cell != null) && (cell.Enabled)) 774cell.Enabled = (cell.Enabled) && (rowIndex != 0); 971cell.Enabled = this.Enabled;