1 instantiation of DataGridViewCellPaintingEventArgs
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1338
_dgvcpe ??= new
DataGridViewCellPaintingEventArgs
(this);
5 references to DataGridViewCellPaintingEventArgs
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
319
private
DataGridViewCellPaintingEventArgs
? _dgvcpe;
1334
internal
DataGridViewCellPaintingEventArgs
CellPaintingEventArgs
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
12729
protected internal virtual void OnCellPainting(
DataGridViewCellPaintingEventArgs
e)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
3649
DataGridViewCellPaintingEventArgs
dgvcpe = dataGridView.CellPaintingEventArgs;
System\Windows\Forms\Controls\DataGridView\DataGridViewEventHandlers.cs (1)
26
public delegate void DataGridViewCellPaintingEventHandler(object? sender,
DataGridViewCellPaintingEventArgs
e);