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