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