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