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