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