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