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;