8 writes to Enabled
PresentationUI (8)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (8)
359Enabled = enabled, 664targetOwnerCell.Enabled = !isEveryoneOwner; 701targetCell.Enabled = false; 707targetCell.Enabled = true; 778cell.Enabled = (cell.Enabled) && (rowIndex != 0); 812cell.Enabled = enableCell; 943Enabled = true; 975cell.Enabled = this.Enabled;
4 references to Enabled
PresentationUI (4)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (4)
506if ((cell == null) || (!cell.Enabled)) 547if ((cell != null) && (cell.Enabled)) 778cell.Enabled = (cell.Enabled) && (rowIndex != 0); 975cell.Enabled = this.Enabled;