3 references to EventLocationChanging
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStrip.cs (3)
1455
Events.AddHandler(
EventLocationChanging
, value);
1458
Events.RemoveHandler(
EventLocationChanging
, value);
3474
ToolStripLocationCancelEventHandler handler = (ToolStripLocationCancelEventHandler)Events[
EventLocationChanging
];