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