7 references to Column
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
12912
if ((e.CellStyleScope & DataGridViewCellStyleScopes.
Column
) == DataGridViewCellStyleScopes.
Column
)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (5)
80
style.AddScope(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.
Column
);
92
style.RemoveScope(IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.
Column
);
95
value?.AddScope(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.
Column
);
833
DefaultCellStyle.RemoveScope(IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.
Column
);
837
DefaultCellStyle.AddScope(DataGridView, IsRow ? DataGridViewCellStyleScopes.Row : DataGridViewCellStyleScopes.
Column
);