1 instantiation of ToolStripLocationCancelEventArgs
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2793ToolStripLocationCancelEventArgs cae = new ToolStripLocationCancelEventArgs(new Point(x, y), false);
4 references to ToolStripLocationCancelEventArgs
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStrip.cs (2)
2793ToolStripLocationCancelEventArgs cae = new ToolStripLocationCancelEventArgs(new Point(x, y), false); 3473internal virtual void OnLocationChanging(ToolStripLocationCancelEventArgs e) {
winforms\Managed\System\WinForms\ToolStripLocationCancelEventHandler.cs (1)
17internal delegate void ToolStripLocationCancelEventHandler(object sender, ToolStripLocationCancelEventArgs e);
winforms\Managed\System\WinForms\ToolStripPanelCell.cs (1)
325private void OnToolStripLocationChanging(object sender, ToolStripLocationCancelEventArgs e)