9 references to DataGridView
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (4)
2027
defaultCellStyleTmp.AddScope(this, DataGridViewCellStyleScopes.
DataGridView
);
2038
cs.RemoveScope(DataGridViewCellStyleScopes.
DataGridView
);
2040
_defaultCellStyle?.AddScope(this, DataGridViewCellStyleScopes.
DataGridView
);
2068
defaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.
DataGridView
);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (5)
12859
if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.
DataGridView
) != 0 && _dataGridViewState1[State1_AmbientFont])
12877
if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.
DataGridView
) != 0 && _dataGridViewState1[State1_AmbientForeColor])
12898
if ((e.CellStyleScope & DataGridViewCellStyleScopes.Cell) == DataGridViewCellStyleScopes.Cell && (e.CellStyleScope & DataGridViewCellStyleScopes.
DataGridView
) == 0)
12952
if ((e.CellStyleScope & DataGridViewCellStyleScopes.
DataGridView
) == DataGridViewCellStyleScopes.
DataGridView
)