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