1 write to _boolCellStyle
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (1)
465
_boolCellStyle
= new DataGridViewCellStyle();
3 references to _boolCellStyle
PresentationUI (3)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (3)
362
boolCell.Style =
_boolCellStyle
;
466
_boolCellStyle
.Alignment = DataGridViewContentAlignment.MiddleCenter;
467
_boolCellStyle
.NullValue = false;