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