3 references to s_eventLocationChanging
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (3)
1290
add => Events.AddHandler(
s_eventLocationChanging
, value);
1291
remove => Events.RemoveHandler(
s_eventLocationChanging
, value);
3304
((ToolStripLocationCancelEventHandler?)Events[
s_eventLocationChanging
])?.Invoke(this, e);