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