26 writes to FormatProvider
System.Windows.Forms (26)
winforms\Managed\System\WinForms\DataGridViewCell.cs (6)
2426inheritedCellStyleTmp.FormatProvider = cellStyle.FormatProvider; 2430inheritedCellStyleTmp.FormatProvider = rowStyle.FormatProvider; 2435inheritedCellStyleTmp.FormatProvider = this.DataGridView.RowsDefaultCellStyle.FormatProvider; 2439inheritedCellStyleTmp.FormatProvider = this.DataGridView.AlternatingRowsDefaultCellStyle.FormatProvider; 2443inheritedCellStyleTmp.FormatProvider = columnStyle.FormatProvider; 2447inheritedCellStyleTmp.FormatProvider = dataGridViewStyle.FormatProvider;
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (2)
76this.FormatProvider = dataGridViewCellStyle.FormatProvider; 640this.FormatProvider = dataGridViewCellStyle.FormatProvider;
winforms\Managed\System\WinForms\DataGridViewColumn.cs (2)
710inheritedCellStyleTmp.FormatProvider = columnStyle.FormatProvider; 714inheritedCellStyleTmp.FormatProvider = dataGridViewStyle.FormatProvider;
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (3)
445inheritedCellStyleTmp.FormatProvider = cellStyle.FormatProvider; 449inheritedCellStyleTmp.FormatProvider = columnHeadersStyle.FormatProvider; 453inheritedCellStyleTmp.FormatProvider = dataGridViewStyle.FormatProvider;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
2947inheritedCellStyle.FormatProvider = cellStyle.FormatProvider; 2951inheritedCellStyle.FormatProvider = columnHeadersStyle.FormatProvider; 2955inheritedCellStyle.FormatProvider = dataGridViewStyle.FormatProvider;
winforms\Managed\System\WinForms\DataGridViewRow.cs (7)
803inheritedCellStyle.FormatProvider = cellStyle.FormatProvider; 807inheritedCellStyle.FormatProvider = rowHeadersStyle.FormatProvider; 811inheritedCellStyle.FormatProvider = dataGridViewStyle.FormatProvider; 1032inheritedRowStyle.FormatProvider = rowStyle.FormatProvider; 1036inheritedRowStyle.FormatProvider = rowsDefaultCellStyle.FormatProvider; 1040inheritedRowStyle.FormatProvider = alternatingRowsDefaultCellStyle.FormatProvider; 1044inheritedRowStyle.FormatProvider = dataGridViewStyle.FormatProvider;
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (3)
571inheritedCellStyleTmp.FormatProvider = cellStyle.FormatProvider; 575inheritedCellStyleTmp.FormatProvider = rowHeadersStyle.FormatProvider; 579inheritedCellStyleTmp.FormatProvider = dataGridViewStyle.FormatProvider;
34 references to FormatProvider
System.Windows.Forms (34)
winforms\Managed\System\WinForms\DataGridViewButtonColumn.cs (1)
241!defaultCellStyle.FormatProvider.Equals(System.Globalization.CultureInfo.CurrentCulture) ||
winforms\Managed\System\WinForms\DataGridViewCell.cs (8)
1915cellStyle.FormatProvider, 2426inheritedCellStyleTmp.FormatProvider = cellStyle.FormatProvider; 2430inheritedCellStyleTmp.FormatProvider = rowStyle.FormatProvider; 2435inheritedCellStyleTmp.FormatProvider = this.DataGridView.RowsDefaultCellStyle.FormatProvider; 2439inheritedCellStyleTmp.FormatProvider = this.DataGridView.AlternatingRowsDefaultCellStyle.FormatProvider; 2443inheritedCellStyleTmp.FormatProvider = columnStyle.FormatProvider; 2447inheritedCellStyleTmp.FormatProvider = dataGridViewStyle.FormatProvider; 4479cellStyle.FormatProvider,
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (4)
76this.FormatProvider = dataGridViewCellStyle.FormatProvider; 640this.FormatProvider = dataGridViewCellStyle.FormatProvider; 688dgvcs.FormatProvider != this.FormatProvider ||
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (1)
346!defaultCellStyle.FormatProvider.Equals(System.Globalization.CultureInfo.CurrentCulture) ||
winforms\Managed\System\WinForms\DataGridViewColumn.cs (3)
322!defaultCellStyle.FormatProvider.Equals(System.Globalization.CultureInfo.CurrentCulture) || 710inheritedCellStyleTmp.FormatProvider = columnStyle.FormatProvider; 714inheritedCellStyleTmp.FormatProvider = dataGridViewStyle.FormatProvider;
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (3)
445inheritedCellStyleTmp.FormatProvider = cellStyle.FormatProvider; 449inheritedCellStyleTmp.FormatProvider = columnHeadersStyle.FormatProvider; 453inheritedCellStyleTmp.FormatProvider = dataGridViewStyle.FormatProvider;
winforms\Managed\System\WinForms\DataGridViewImageColumn.cs (1)
338!defaultCellStyle.FormatProvider.Equals(System.Globalization.CultureInfo.CurrentCulture) ||
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
2947inheritedCellStyle.FormatProvider = cellStyle.FormatProvider; 2951inheritedCellStyle.FormatProvider = columnHeadersStyle.FormatProvider; 2955inheritedCellStyle.FormatProvider = dataGridViewStyle.FormatProvider;
winforms\Managed\System\WinForms\DataGridViewRow.cs (7)
803inheritedCellStyle.FormatProvider = cellStyle.FormatProvider; 807inheritedCellStyle.FormatProvider = rowHeadersStyle.FormatProvider; 811inheritedCellStyle.FormatProvider = dataGridViewStyle.FormatProvider; 1032inheritedRowStyle.FormatProvider = rowStyle.FormatProvider; 1036inheritedRowStyle.FormatProvider = rowsDefaultCellStyle.FormatProvider; 1040inheritedRowStyle.FormatProvider = alternatingRowsDefaultCellStyle.FormatProvider; 1044inheritedRowStyle.FormatProvider = dataGridViewStyle.FormatProvider;
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (3)
571inheritedCellStyleTmp.FormatProvider = cellStyle.FormatProvider; 575inheritedCellStyleTmp.FormatProvider = rowHeadersStyle.FormatProvider; 579inheritedCellStyleTmp.FormatProvider = dataGridViewStyle.FormatProvider;