99 references to ForeColorChanged
System.Windows.Forms (24)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
2609
add => base.
ForeColorChanged
+= value;
2610
remove => base.
ForeColorChanged
-= value;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
505
add => base.
ForeColorChanged
+= value;
506
remove => base.
ForeColorChanged
-= value;
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
274
add => base.
ForeColorChanged
+= value;
275
remove => base.
ForeColorChanged
-= value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (2)
584
add => base.
ForeColorChanged
+= value;
585
remove => base.
ForeColorChanged
-= value;
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
120
add => base.
ForeColorChanged
+= value;
121
remove => base.
ForeColorChanged
-= value;
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
259
add => base.
ForeColorChanged
+= value;
260
remove => base.
ForeColorChanged
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
771
add => base.
ForeColorChanged
+= value;
772
remove => base.
ForeColorChanged
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (2)
252
add => base.
ForeColorChanged
+= value;
253
remove => base.
ForeColorChanged
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
720
control.
ForeColorChanged
+= HandleForeColorChanged;
765
control.
ForeColorChanged
-= HandleForeColorChanged;
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (2)
248
add => base.
ForeColorChanged
+= value;
249
remove => base.
ForeColorChanged
-= value;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (2)
549
add => base.
ForeColorChanged
+= value;
550
remove => base.
ForeColorChanged
-= value;
System\Windows\Forms\Scrolling\ScrollBar.cs (2)
163
add => base.
ForeColorChanged
+= value;
164
remove => base.
ForeColorChanged
-= value;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
499
nameof(ToolStripPanel.
ForeColorChanged
),
System.Windows.Forms.Tests (72)
System\Windows\Forms\ComboBoxTests.cs (2)
1120
control.
ForeColorChanged
+= handler;
1138
control.
ForeColorChanged
-= handler;
System\Windows\Forms\ControlTests.ControlCollection.cs (12)
559
control.
ForeColorChanged
+= (sender, e) => foreColorChangedCallCount++;
603
control.
ForeColorChanged
+= (sender, e) => foreColorChangedCallCount++;
716
control.
ForeColorChanged
+= (sender, e) =>
869
control.
ForeColorChanged
+= (sender, e) =>
982
((Control)control).
ForeColorChanged
+= (sender, e) => foreColorChangedCallCount++;
1062
((Control)control).
ForeColorChanged
+= (sender, e) => foreColorChangedCallCount++;
2256
control.
ForeColorChanged
+= (sender, e) => foreColorChangedCallCount++;
2303
control.
ForeColorChanged
+= (sender, e) => foreColorChangedCallCount++;
2417
control.
ForeColorChanged
+= (sender, e) =>
2554
control.
ForeColorChanged
+= (sender, e) =>
2653
((Control)control).
ForeColorChanged
+= (sender, e) => foreColorChangedCallCount++;
2729
((Control)control).
ForeColorChanged
+= (sender, e) => foreColorChangedCallCount++;
System\Windows\Forms\ControlTests.Handlers.cs (17)
1873
control.
ForeColorChanged
+= handler;
1879
control.
ForeColorChanged
-= handler;
1907
control.
ForeColorChanged
+= handler;
1919
control.
ForeColorChanged
-= handler;
1937
control.
ForeColorChanged
+= (sender, e) => callCount++;
1973
child1.
ForeColorChanged
+= (sender, e) =>
1979
child2.
ForeColorChanged
+= (sender, e) =>
1987
control.
ForeColorChanged
+= handler;
1994
control.
ForeColorChanged
-= handler;
2026
child1.
ForeColorChanged
+= (sender, e) =>
2032
child2.
ForeColorChanged
+= (sender, e) =>
2040
control.
ForeColorChanged
+= handler;
2047
control.
ForeColorChanged
-= handler;
4527
control.
ForeColorChanged
+= handler;
4532
control.
ForeColorChanged
-= handler;
4555
control.
ForeColorChanged
+= handler;
4560
control.
ForeColorChanged
-= handler;
System\Windows\Forms\ControlTests.Properties.cs (17)
5426
control.
ForeColorChanged
+= handler;
5444
control.
ForeColorChanged
-= handler;
5457
control.
ForeColorChanged
+= (sender, e) => callCount++;
5511
control.
ForeColorChanged
+= handler;
5512
child1.
ForeColorChanged
+= childHandler1;
5513
child2.
ForeColorChanged
+= childHandler2;
5543
control.
ForeColorChanged
-= handler;
5544
child1.
ForeColorChanged
-= childHandler1;
5545
child2.
ForeColorChanged
-= childHandler2;
5591
control.
ForeColorChanged
+= handler;
5592
child1.
ForeColorChanged
+= childHandler1;
5593
child2.
ForeColorChanged
+= childHandler2;
5623
control.
ForeColorChanged
-= handler;
5624
child1.
ForeColorChanged
-= childHandler1;
5625
child2.
ForeColorChanged
-= childHandler2;
10795
control.
ForeColorChanged
+= (sender, e) =>
10977
control.
ForeColorChanged
+= (sender, e) =>
System\Windows\Forms\ListBoxTests.cs (2)
1313
control.
ForeColorChanged
+= handler;
1331
control.
ForeColorChanged
-= handler;
System\Windows\Forms\ListViewTests.cs (2)
1391
control.
ForeColorChanged
+= handler;
1409
control.
ForeColorChanged
-= handler;
System\Windows\Forms\MonthCalendarTests.cs (6)
994
control.
ForeColorChanged
+= handler;
1012
control.
ForeColorChanged
-= handler;
3546
control.
ForeColorChanged
+= handler;
3552
control.
ForeColorChanged
-= handler;
3580
control.
ForeColorChanged
+= handler;
3592
control.
ForeColorChanged
-= handler;
System\Windows\Forms\ProgressBarTests.cs (6)
597
control.
ForeColorChanged
+= handler;
615
control.
ForeColorChanged
-= handler;
2033
control.
ForeColorChanged
+= handler;
2039
control.
ForeColorChanged
-= handler;
2067
control.
ForeColorChanged
+= handler;
2079
control.
ForeColorChanged
-= handler;
System\Windows\Forms\RichTextBoxTests.cs (2)
1789
control.
ForeColorChanged
+= handler;
1807
control.
ForeColorChanged
-= handler;
System\Windows\Forms\TreeViewTests.cs (2)
1507
control.
ForeColorChanged
+= handler;
1525
control.
ForeColorChanged
-= handler;
System\Windows\Forms\UpDownBaseTests.cs (2)
999
control.
ForeColorChanged
+= handler;
1017
control.
ForeColorChanged
-= handler;
TextBoxBaseTests.cs (2)
1234
control.
ForeColorChanged
+= handler;
1252
control.
ForeColorChanged
-= handler;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1189
add { base.
ForeColorChanged
+= value; }
1190
remove { base.
ForeColorChanged
-= value; }