18 references to DataGridViewCellStylePropertyInternal
System.Windows.Forms (18)
winforms\Managed\System\WinForms\DataGridViewCellStyle.cs (13)
136OnPropertyChanged(DataGridViewCellStylePropertyInternal.Other); 160OnPropertyChanged(DataGridViewCellStylePropertyInternal.Color); 205OnPropertyChanged(DataGridViewCellStylePropertyInternal.Other); 230OnPropertyChanged(DataGridViewCellStylePropertyInternal.Font); 254OnPropertyChanged(DataGridViewCellStylePropertyInternal.ForeColor); 289OnPropertyChanged(DataGridViewCellStylePropertyInternal.Other); 319OnPropertyChanged(DataGridViewCellStylePropertyInternal.Other); 413OnPropertyChanged(DataGridViewCellStylePropertyInternal.Other); 459OnPropertyChanged(DataGridViewCellStylePropertyInternal.Other); 503OnPropertyChanged(DataGridViewCellStylePropertyInternal.Color); 527OnPropertyChanged(DataGridViewCellStylePropertyInternal.Color); 588OnPropertyChanged(DataGridViewCellStylePropertyInternal.Other); 731private void OnPropertyChanged(DataGridViewCellStylePropertyInternal property)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (5)
13231internal void OnCellStyleContentChanged(DataGridViewCellStyle dataGridViewCellStyle, DataGridViewCellStyle.DataGridViewCellStylePropertyInternal property) 13236case DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.Font: 13251case DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.ForeColor: 13260property != DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.Color && 13261property != DataGridViewCellStyle.DataGridViewCellStylePropertyInternal.ForeColor /*changeAffectsPreferredSize*/);