8 references to AcceptsTabChanged
System.Windows.Forms.Tests (8)
System\Windows\Forms\ToolStripTextBoxTests.cs (8)
79_toolStripTextBox.AcceptsTabChanged += (sender, e) => eventRaised = true; 137_toolStripTextBox.AcceptsTabChanged += (sender, e) => eventRaised = true; 362_toolStripTextBox.AcceptsTabChanged += handler; 366_toolStripTextBox.AcceptsTabChanged -= handler; 378_toolStripTextBox.AcceptsTabChanged += handler1; 379_toolStripTextBox.AcceptsTabChanged += handler2; 384_toolStripTextBox.AcceptsTabChanged -= handler1; 389_toolStripTextBox.AcceptsTabChanged -= handler2;