6 references to AcceptsTabChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.cs (2)
127
textBox.
AcceptsTabChanged
+= HandleAcceptsTabChanged;
144
textBox.
AcceptsTabChanged
-= HandleAcceptsTabChanged;
System.Windows.Forms.Tests (4)
TextBoxBaseTests.cs (4)
183
control.
AcceptsTabChanged
+= handler;
201
control.
AcceptsTabChanged
-= handler;
5283
control.
AcceptsTabChanged
+= handler;
5288
control.
AcceptsTabChanged
-= handler;