18 references to DataGridViewCellStylePropertyInternal
System.Windows.Forms (18)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
12856internal void OnCellStyleContentChanged(DataGridViewCellStyle dataGridViewCellStyle, DataGridViewCellStyle.DataGridViewCellStylePropertyInternal property) 12861case DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.Font: 12879case DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.ForeColor: 12890changeAffectsPreferredSize: property is not DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.Color 12891and not DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.ForeColor);
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (13)
101OnPropertyChanged(DataGridViewCellStylePropertyInternal.Other); 115OnPropertyChanged(DataGridViewCellStylePropertyInternal.Color); 138OnPropertyChanged(DataGridViewCellStylePropertyInternal.Other); 152OnPropertyChanged(DataGridViewCellStylePropertyInternal.Font); 166OnPropertyChanged(DataGridViewCellStylePropertyInternal.ForeColor); 183OnPropertyChanged(DataGridViewCellStylePropertyInternal.Other); 199OnPropertyChanged(DataGridViewCellStylePropertyInternal.Other); 255OnPropertyChanged(DataGridViewCellStylePropertyInternal.Other); 297OnPropertyChanged(DataGridViewCellStylePropertyInternal.Other); 315OnPropertyChanged(DataGridViewCellStylePropertyInternal.Color); 329OnPropertyChanged(DataGridViewCellStylePropertyInternal.Color); 363OnPropertyChanged(DataGridViewCellStylePropertyInternal.Other); 502private void OnPropertyChanged(DataGridViewCellStylePropertyInternal property)