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)
181
control.
AcceptsTabChanged
+= handler;
199
control.
AcceptsTabChanged
-= handler;
5281
control.
AcceptsTabChanged
+= handler;
5286
control.
AcceptsTabChanged
-= handler;