3 references to s_cellValidatingEvent
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
4407add => Events.AddHandler(s_cellValidatingEvent, value); 4408remove => Events.RemoveHandler(s_cellValidatingEvent, value);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
13530if (GetEvent<DataGridViewCellValidatingEventHandler>(s_cellValidatingEvent) is { } eh)