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