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