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)
878
add => base.
TabStopChanged
+= value;
879
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)
5447
control.
TabStopChanged
+= handler;
5452
control.
TabStopChanged
-= handler;
System\Windows\Forms\ControlTests.Internals.cs (2)
120
control.
TabStopChanged
+= handler;
138
control.
TabStopChanged
-= handler;
System\Windows\Forms\ControlTests.Properties.cs (2)
11935
control.
TabStopChanged
+= handler;
11953
control.
TabStopChanged
-= handler;
System\Windows\Forms\PanelTests.cs (2)
724
control.
TabStopChanged
+= handler;
742
control.
TabStopChanged
-= handler;
System\Windows\Forms\RadioButtonTests.cs (2)
274
control.
TabStopChanged
+= handler;
292
control.
TabStopChanged
-= handler;
System\Windows\Forms\ScrollBarTests.cs (2)
1450
control.
TabStopChanged
+= handler;
1468
control.
TabStopChanged
-= handler;
System\Windows\Forms\ToolStripTests.cs (4)
3790
control.
TabStopChanged
+= handler;
3808
control.
TabStopChanged
-= handler;
6800
control.
TabStopChanged
+= handler;
6806
control.
TabStopChanged
-= handler;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
915
this.
TabStopChanged
+= this.OnPropertyChangedTabStop;