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