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)
362boolCell.Style = _boolCellStyle; 466_boolCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter; 467_boolCellStyle.NullValue = false;