21 references to IsFormatProviderDefault
System.Windows.Forms (21)
winforms\Managed\System\WinForms\DataGridViewCell.cs (6)
2424if (cellStyle != null && !cellStyle.IsFormatProviderDefault) 2428else if (rowStyle != null && !rowStyle.IsFormatProviderDefault) 2432else if (!this.DataGridView.RowsDefaultCellStyle.IsFormatProviderDefault && 2433(rowIndex % 2 == 0 || this.DataGridView.AlternatingRowsDefaultCellStyle.IsFormatProviderDefault)) 2437else if (rowIndex % 2 == 1 && !this.DataGridView.AlternatingRowsDefaultCellStyle.IsFormatProviderDefault) 2441else if (columnStyle != null && !columnStyle.IsFormatProviderDefault)
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (2)
74if (!dataGridViewCellStyle.IsFormatProviderDefault) 638if (!dataGridViewCellStyle.IsFormatProviderDefault)
winforms\Managed\System\WinForms\DataGridViewColumn.cs (1)
708if (columnStyle != null && !columnStyle.IsFormatProviderDefault)
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (2)
443if (cellStyle != null && !cellStyle.IsFormatProviderDefault) 447else if (!columnHeadersStyle.IsFormatProviderDefault)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
2945if (cellStyle != null && !cellStyle.IsFormatProviderDefault) 2949else if (!columnHeadersStyle.IsFormatProviderDefault)
winforms\Managed\System\WinForms\DataGridViewRow.cs (6)
801if (cellStyle != null && !cellStyle.IsFormatProviderDefault) 805else if (!rowHeadersStyle.IsFormatProviderDefault) 1030if (rowStyle != null && !rowStyle.IsFormatProviderDefault) 1034else if (!rowsDefaultCellStyle.IsFormatProviderDefault && (rowIndex % 2 == 0 || alternatingRowsDefaultCellStyle.IsFormatProviderDefault)) 1038else if (rowIndex % 2 == 1 && !alternatingRowsDefaultCellStyle.IsFormatProviderDefault)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (2)
569if (cellStyle != null && !cellStyle.IsFormatProviderDefault) 573else if (!rowHeadersStyle.IsFormatProviderDefault)