8 references to AcceptsTabChanged
System.Windows.Forms.Tests (8)
System\Windows\Forms\ToolStripTextBoxTests.cs (8)
77_toolStripTextBox.AcceptsTabChanged += (sender, e) => eventRaised = true; 135_toolStripTextBox.AcceptsTabChanged += (sender, e) => eventRaised = true; 360_toolStripTextBox.AcceptsTabChanged += handler; 364_toolStripTextBox.AcceptsTabChanged -= handler; 376_toolStripTextBox.AcceptsTabChanged += handler1; 377_toolStripTextBox.AcceptsTabChanged += handler2; 382_toolStripTextBox.AcceptsTabChanged -= handler1; 387_toolStripTextBox.AcceptsTabChanged -= handler2;