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)
273
add => base.
ForeColorChanged
+= value;
274
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)
768
add => base.
ForeColorChanged
+= value;
769
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)
247
add => base.
ForeColorChanged
+= value;
248
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)
1122
control.
ForeColorChanged
+= handler;
1140
control.
ForeColorChanged
-= handler;
System\Windows\Forms\ControlTests.ControlCollection.cs (12)
561
control.
ForeColorChanged
+= (sender, e) => foreColorChangedCallCount++;
605
control.
ForeColorChanged
+= (sender, e) => foreColorChangedCallCount++;
718
control.
ForeColorChanged
+= (sender, e) =>
871
control.
ForeColorChanged
+= (sender, e) =>
984
((Control)control).
ForeColorChanged
+= (sender, e) => foreColorChangedCallCount++;
1064
((Control)control).
ForeColorChanged
+= (sender, e) => foreColorChangedCallCount++;
2258
control.
ForeColorChanged
+= (sender, e) => foreColorChangedCallCount++;
2305
control.
ForeColorChanged
+= (sender, e) => foreColorChangedCallCount++;
2419
control.
ForeColorChanged
+= (sender, e) =>
2556
control.
ForeColorChanged
+= (sender, e) =>
2655
((Control)control).
ForeColorChanged
+= (sender, e) => foreColorChangedCallCount++;
2731
((Control)control).
ForeColorChanged
+= (sender, e) => foreColorChangedCallCount++;
System\Windows\Forms\ControlTests.Handlers.cs (17)
1875
control.
ForeColorChanged
+= handler;
1881
control.
ForeColorChanged
-= handler;
1909
control.
ForeColorChanged
+= handler;
1921
control.
ForeColorChanged
-= handler;
1939
control.
ForeColorChanged
+= (sender, e) => callCount++;
1975
child1.
ForeColorChanged
+= (sender, e) =>
1981
child2.
ForeColorChanged
+= (sender, e) =>
1989
control.
ForeColorChanged
+= handler;
1996
control.
ForeColorChanged
-= handler;
2028
child1.
ForeColorChanged
+= (sender, e) =>
2034
child2.
ForeColorChanged
+= (sender, e) =>
2042
control.
ForeColorChanged
+= handler;
2049
control.
ForeColorChanged
-= handler;
4529
control.
ForeColorChanged
+= handler;
4534
control.
ForeColorChanged
-= handler;
4557
control.
ForeColorChanged
+= handler;
4562
control.
ForeColorChanged
-= handler;
System\Windows\Forms\ControlTests.Properties.cs (17)
5428
control.
ForeColorChanged
+= handler;
5446
control.
ForeColorChanged
-= handler;
5459
control.
ForeColorChanged
+= (sender, e) => callCount++;
5513
control.
ForeColorChanged
+= handler;
5514
child1.
ForeColorChanged
+= childHandler1;
5515
child2.
ForeColorChanged
+= childHandler2;
5545
control.
ForeColorChanged
-= handler;
5546
child1.
ForeColorChanged
-= childHandler1;
5547
child2.
ForeColorChanged
-= childHandler2;
5593
control.
ForeColorChanged
+= handler;
5594
child1.
ForeColorChanged
+= childHandler1;
5595
child2.
ForeColorChanged
+= childHandler2;
5625
control.
ForeColorChanged
-= handler;
5626
child1.
ForeColorChanged
-= childHandler1;
5627
child2.
ForeColorChanged
-= childHandler2;
10797
control.
ForeColorChanged
+= (sender, e) =>
10979
control.
ForeColorChanged
+= (sender, e) =>
System\Windows\Forms\ListBoxTests.cs (2)
1315
control.
ForeColorChanged
+= handler;
1333
control.
ForeColorChanged
-= handler;
System\Windows\Forms\ListViewTests.cs (2)
1393
control.
ForeColorChanged
+= handler;
1411
control.
ForeColorChanged
-= handler;
System\Windows\Forms\MonthCalendarTests.cs (6)
996
control.
ForeColorChanged
+= handler;
1014
control.
ForeColorChanged
-= handler;
3548
control.
ForeColorChanged
+= handler;
3554
control.
ForeColorChanged
-= handler;
3582
control.
ForeColorChanged
+= handler;
3594
control.
ForeColorChanged
-= handler;
System\Windows\Forms\ProgressBarTests.cs (6)
599
control.
ForeColorChanged
+= handler;
617
control.
ForeColorChanged
-= handler;
2035
control.
ForeColorChanged
+= handler;
2041
control.
ForeColorChanged
-= handler;
2069
control.
ForeColorChanged
+= handler;
2081
control.
ForeColorChanged
-= handler;
System\Windows\Forms\RichTextBoxTests.cs (2)
1791
control.
ForeColorChanged
+= handler;
1809
control.
ForeColorChanged
-= handler;
System\Windows\Forms\TreeViewTests.cs (2)
1509
control.
ForeColorChanged
+= handler;
1527
control.
ForeColorChanged
-= handler;
System\Windows\Forms\UpDownBaseTests.cs (2)
1001
control.
ForeColorChanged
+= handler;
1019
control.
ForeColorChanged
-= handler;
TextBoxBaseTests.cs (2)
1236
control.
ForeColorChanged
+= handler;
1254
control.
ForeColorChanged
-= handler;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1180
add { base.
ForeColorChanged
+= value; }
1181
remove { base.
ForeColorChanged
-= value; }