3 references to s_cursorEvent
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
1511
add => Events.AddHandler(
s_cursorEvent
, value);
1512
remove => Events.RemoveHandler(
s_cursorEvent
, value);
6705
if (Events[
s_cursorEvent
] is EventHandler eh)