18 references to DataGridViewCellStylePropertyInternal
System.Windows.Forms (18)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
12856
internal void OnCellStyleContentChanged(DataGridViewCellStyle dataGridViewCellStyle, DataGridViewCellStyle.
DataGridViewCellStylePropertyInternal
property)
12861
case DataGridViewCellStyle.
DataGridViewCellStylePropertyInternal
.Font:
12879
case DataGridViewCellStyle.
DataGridViewCellStylePropertyInternal
.ForeColor:
12890
changeAffectsPreferredSize: property is not DataGridViewCellStyle.
DataGridViewCellStylePropertyInternal
.Color
12891
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)