3 references to s_cellPaintingEvent
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
4341
add => Events.AddHandler(
s_cellPaintingEvent
, value);
4342
remove => Events.RemoveHandler(
s_cellPaintingEvent
, value);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
12732
GetEvent<DataGridViewCellPaintingEventHandler>(
s_cellPaintingEvent
)?.Invoke(this, e);