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;