3 references to s_locationEvent
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
2428
add => Events.AddHandler(
s_locationEvent
, value);
2429
remove => Events.RemoveHandler(
s_locationEvent
, value);
7372
if (Events[
s_locationEvent
] is EventHandler eh)