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