21 references to IsFormatProviderDefault
System.Windows.Forms (21)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
2897if (cellStyle is not null && !cellStyle.IsFormatProviderDefault) 2901else if (!columnHeadersStyle.IsFormatProviderDefault)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (6)
2130if (cellStyle is not null && !cellStyle.IsFormatProviderDefault) 2134else if (rowStyle is not null && !rowStyle.IsFormatProviderDefault) 2138else if (!DataGridView.RowsDefaultCellStyle.IsFormatProviderDefault && 2139(rowIndex % 2 == 0 || DataGridView.AlternatingRowsDefaultCellStyle.IsFormatProviderDefault)) 2143else if (rowIndex % 2 == 1 && !DataGridView.AlternatingRowsDefaultCellStyle.IsFormatProviderDefault) 2147else if (columnStyle is not null && !columnStyle.IsFormatProviderDefault)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (2)
53if (!dataGridViewCellStyle.IsFormatProviderDefault) 418if (!dataGridViewCellStyle.IsFormatProviderDefault)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (1)
519if (columnStyle is not null && !columnStyle.IsFormatProviderDefault)
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (2)
406if (cellStyle is not null && !cellStyle.IsFormatProviderDefault) 410else if (!columnHeadersStyle.IsFormatProviderDefault)
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (6)
719if (cellStyle is not null && !cellStyle.IsFormatProviderDefault) 723else if (!rowHeadersStyle.IsFormatProviderDefault) 952if (rowStyle is not null && !rowStyle.IsFormatProviderDefault) 956else if (!rowsDefaultCellStyle.IsFormatProviderDefault && (rowIndex % 2 == 0 || alternatingRowsDefaultCellStyle.IsFormatProviderDefault)) 960else if (rowIndex % 2 == 1 && !alternatingRowsDefaultCellStyle.IsFormatProviderDefault)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (2)
431if (cellStyle is not null && !cellStyle.IsFormatProviderDefault) 435else if (!rowHeadersStyle.IsFormatProviderDefault)