3 references to s_cellFormattingEvent
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
4268
add => Events.AddHandler(
s_cellFormattingEvent
, value);
4269
remove => Events.RemoveHandler(
s_cellFormattingEvent
, value);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
11805
GetEvent<DataGridViewCellFormattingEventHandler>(
s_cellFormattingEvent
)?.Invoke(this, e);