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