2 references to HandleAcceptsTabChanged
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripTextBox.cs (2)
223
textBox.AcceptsTabChanged += new EventHandler(
HandleAcceptsTabChanged
);
243
textBox.AcceptsTabChanged -= new EventHandler(
HandleAcceptsTabChanged
);