39 references to TabStopChanged
System.Windows.Forms (22)
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (2)
233
add => base.
TabStopChanged
+= value;
234
remove => base.
TabStopChanged
-= value;
System\Windows\Forms\Controls\Labels\Label.cs (2)
683
add => base.
TabStopChanged
+= value;
684
remove => base.
TabStopChanged
-= value;
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
877
add => base.
TabStopChanged
+= value;
878
remove => base.
TabStopChanged
-= value;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (2)
440
add => base.
TabStopChanged
+= value;
441
remove => base.
TabStopChanged
-= value;
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
438
add => base.
TabStopChanged
+= value;
439
remove => base.
TabStopChanged
-= value;
System\Windows\Forms\Controls\TabControl\TabPage.cs (2)
407
add => base.
TabStopChanged
+= value;
408
remove => base.
TabStopChanged
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripContentPanel.cs (2)
238
add => base.
TabStopChanged
+= value;
239
remove => base.
TabStopChanged
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
763
add => base.
TabStopChanged
+= value;
764
remove => base.
TabStopChanged
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (2)
333
add => base.
TabStopChanged
+= value;
334
remove => base.
TabStopChanged
-= value;
System\Windows\Forms\Form.cs (2)
1919
add => base.
TabStopChanged
+= value;
1920
remove => base.
TabStopChanged
-= value;
System\Windows\Forms\Panels\SplitterPanel.cs (2)
342
add => base.
TabStopChanged
+= value;
343
remove => base.
TabStopChanged
-= value;
System.Windows.Forms.Tests (16)
System\Windows\Forms\ControlTests.Handlers.cs (2)
5449
control.
TabStopChanged
+= handler;
5454
control.
TabStopChanged
-= handler;
System\Windows\Forms\ControlTests.Internals.cs (2)
122
control.
TabStopChanged
+= handler;
140
control.
TabStopChanged
-= handler;
System\Windows\Forms\ControlTests.Properties.cs (2)
11937
control.
TabStopChanged
+= handler;
11955
control.
TabStopChanged
-= handler;
System\Windows\Forms\PanelTests.cs (2)
726
control.
TabStopChanged
+= handler;
744
control.
TabStopChanged
-= handler;
System\Windows\Forms\RadioButtonTests.cs (2)
276
control.
TabStopChanged
+= handler;
294
control.
TabStopChanged
-= handler;
System\Windows\Forms\ScrollBarTests.cs (2)
1452
control.
TabStopChanged
+= handler;
1470
control.
TabStopChanged
-= handler;
System\Windows\Forms\ToolStripTests.cs (4)
3792
control.
TabStopChanged
+= handler;
3810
control.
TabStopChanged
-= handler;
6802
control.
TabStopChanged
+= handler;
6808
control.
TabStopChanged
-= handler;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
908
this.
TabStopChanged
+= this.OnPropertyChangedTabStop;