109 references to FontChanged
System.Windows.Forms (16)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
2626
add => base.
FontChanged
+= value;
2627
remove => base.
FontChanged
-= value;
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
290
add => base.
FontChanged
+= value;
291
remove => base.
FontChanged
-= value;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (2)
203
add => base.
FontChanged
+= value;
204
remove => base.
FontChanged
-= value;
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
169
add => base.
FontChanged
+= value;
170
remove => base.
FontChanged
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
374
add => base.
FontChanged
+= value;
375
remove => base.
FontChanged
-= value;
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (2)
227
add => base.
FontChanged
+= value;
228
remove => base.
FontChanged
-= value;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (2)
647
add => base.
FontChanged
+= value;
648
remove => base.
FontChanged
-= value;
System\Windows\Forms\Scrolling\ScrollBar.cs (2)
180
add => base.
FontChanged
+= value;
181
remove => base.
FontChanged
-= value;
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionPanel.PanelHeaderLine.cs (1)
21
actionPanel.
FontChanged
+= OnParentControlFontChanged;
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (1)
19
actionPanel.
FontChanged
+= OnParentControlFontChanged;
System\Drawing\Design\ColorEditor.ColorUI.cs (1)
190
_lbSystem.
FontChanged
+= OnFontChanged;
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
492
nameof(ToolStripPanel.
FontChanged
),
System.Windows.Forms.Tests (87)
System\Windows\Forms\ButtonTests.cs (4)
718
control.
FontChanged
+= handler;
743
control.
FontChanged
-= handler;
2106
control.
FontChanged
+= handler;
2112
control.
FontChanged
-= handler;
System\Windows\Forms\ComboBoxTests.cs (2)
1016
control.
FontChanged
+= handler;
1041
control.
FontChanged
-= handler;
System\Windows\Forms\ContainerControlTests.cs (6)
459
control.
FontChanged
+= handler;
484
control.
FontChanged
-= handler;
683
control.
FontChanged
+= handler;
688
control.
FontChanged
-= handler;
710
control.
FontChanged
+= handler;
716
control.
FontChanged
-= handler;
System\Windows\Forms\ControlTests.ControlCollection.cs (12)
560
control.
FontChanged
+= (sender, e) => fontChangedCallCount++;
604
control.
FontChanged
+= (sender, e) => fontChangedCallCount++;
707
control.
FontChanged
+= (sender, e) =>
861
control.
FontChanged
+= (sender, e) =>
983
((Control)control).
FontChanged
+= (sender, e) => fontChangedCallCount++;
1063
((Control)control).
FontChanged
+= (sender, e) => fontChangedCallCount++;
2257
control.
FontChanged
+= (sender, e) => fontChangedCallCount++;
2304
control.
FontChanged
+= (sender, e) => fontChangedCallCount++;
2408
control.
FontChanged
+= (sender, e) =>
2547
control.
FontChanged
+= (sender, e) =>
2654
((Control)control).
FontChanged
+= (sender, e) => fontChangedCallCount++;
2730
((Control)control).
FontChanged
+= (sender, e) => fontChangedCallCount++;
System\Windows\Forms\ControlTests.Handlers.cs (19)
1638
control.
FontChanged
+= handler;
1645
control.
FontChanged
-= handler;
1669
control.
FontChanged
+= handler;
1676
control.
FontChanged
-= handler;
1715
control.
FontChanged
+= handler;
1725
control.
FontChanged
-= handler;
1754
child1.
FontChanged
+= (sender, e) =>
1760
child2.
FontChanged
+= (sender, e) =>
1768
control.
FontChanged
+= handler;
1775
control.
FontChanged
-= handler;
1809
child1.
FontChanged
+= (sender, e) =>
1815
child2.
FontChanged
+= (sender, e) =>
1823
control.
FontChanged
+= handler;
1830
control.
FontChanged
-= handler;
1844
control.
FontChanged
+= (sender, e) => callCount++;
4476
control.
FontChanged
+= handler;
4481
control.
FontChanged
-= handler;
4505
control.
FontChanged
+= handler;
4510
control.
FontChanged
-= handler;
System\Windows\Forms\ControlTests.Properties.cs (16)
5032
control.
FontChanged
+= handler;
5057
control.
FontChanged
-= handler;
5093
control.
FontChanged
+= handler;
5094
child1.
FontChanged
+= childHandler1;
5095
child2.
FontChanged
+= childHandler2;
5136
control.
FontChanged
-= handler;
5137
child1.
FontChanged
-= childHandler1;
5138
child2.
FontChanged
-= childHandler2;
5186
control.
FontChanged
+= handler;
5187
child1.
FontChanged
+= childHandler1;
5188
child2.
FontChanged
+= childHandler2;
5229
control.
FontChanged
-= handler;
5230
child1.
FontChanged
-= childHandler1;
5231
child2.
FontChanged
-= childHandler2;
10804
control.
FontChanged
+= (sender, e) =>
10986
control.
FontChanged
+= (sender, e) =>
System\Windows\Forms\GroupBoxTests.cs (4)
1513
control.
FontChanged
+= handler;
1521
control.
FontChanged
-= handler;
1561
control.
FontChanged
+= handler;
1572
control.
FontChanged
-= handler;
System\Windows\Forms\ListBoxTests.cs (4)
1209
control.
FontChanged
+= handler;
1234
control.
FontChanged
-= handler;
5563
control.
FontChanged
+= handler;
5569
control.
FontChanged
-= handler;
System\Windows\Forms\RichTextBoxTests.cs (2)
1646
control.
FontChanged
+= handler;
1671
control.
FontChanged
-= handler;
System\Windows\Forms\ToolStripTests.cs (12)
1470
control.
FontChanged
+= handler;
1495
control.
FontChanged
-= handler;
1517
control.
FontChanged
+= handler;
1550
control.
FontChanged
-= handler;
1582
control.
FontChanged
+= handler;
1615
control.
FontChanged
-= handler;
5264
control.
FontChanged
+= handler;
5271
control.
FontChanged
-= handler;
5297
control.
FontChanged
+= handler;
5302
control.
FontChanged
-= handler;
5334
control.
FontChanged
+= handler;
5339
control.
FontChanged
-= handler;
System\Windows\Forms\UpDownBaseTests.cs (2)
1801
control.
FontChanged
+= handler;
1808
control.
FontChanged
-= handler;
TextBoxBaseTests.cs (4)
1130
control.
FontChanged
+= handler;
1155
control.
FontChanged
-= handler;
5355
control.
FontChanged
+= handler;
5361
control.
FontChanged
-= handler;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1169
add { base.
FontChanged
+= value; }
1170
remove { base.
FontChanged
-= value; }