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