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)
291
add => base.
FontChanged
+= value;
292
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)
228
add => base.
FontChanged
+= value;
229
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)
498
nameof(ToolStripPanel.
FontChanged
),
System.Windows.Forms.Tests (87)
System\Windows\Forms\ButtonTests.cs (4)
716
control.
FontChanged
+= handler;
741
control.
FontChanged
-= handler;
2104
control.
FontChanged
+= handler;
2110
control.
FontChanged
-= handler;
System\Windows\Forms\ComboBoxTests.cs (2)
1014
control.
FontChanged
+= handler;
1039
control.
FontChanged
-= handler;
System\Windows\Forms\ContainerControlTests.cs (6)
457
control.
FontChanged
+= handler;
482
control.
FontChanged
-= handler;
681
control.
FontChanged
+= handler;
686
control.
FontChanged
-= handler;
708
control.
FontChanged
+= handler;
714
control.
FontChanged
-= handler;
System\Windows\Forms\ControlTests.ControlCollection.cs (12)
558
control.
FontChanged
+= (sender, e) => fontChangedCallCount++;
602
control.
FontChanged
+= (sender, e) => fontChangedCallCount++;
705
control.
FontChanged
+= (sender, e) =>
859
control.
FontChanged
+= (sender, e) =>
981
((Control)control).
FontChanged
+= (sender, e) => fontChangedCallCount++;
1061
((Control)control).
FontChanged
+= (sender, e) => fontChangedCallCount++;
2255
control.
FontChanged
+= (sender, e) => fontChangedCallCount++;
2302
control.
FontChanged
+= (sender, e) => fontChangedCallCount++;
2406
control.
FontChanged
+= (sender, e) =>
2545
control.
FontChanged
+= (sender, e) =>
2652
((Control)control).
FontChanged
+= (sender, e) => fontChangedCallCount++;
2728
((Control)control).
FontChanged
+= (sender, e) => fontChangedCallCount++;
System\Windows\Forms\ControlTests.Handlers.cs (19)
1636
control.
FontChanged
+= handler;
1643
control.
FontChanged
-= handler;
1667
control.
FontChanged
+= handler;
1674
control.
FontChanged
-= handler;
1713
control.
FontChanged
+= handler;
1723
control.
FontChanged
-= handler;
1752
child1.
FontChanged
+= (sender, e) =>
1758
child2.
FontChanged
+= (sender, e) =>
1766
control.
FontChanged
+= handler;
1773
control.
FontChanged
-= handler;
1807
child1.
FontChanged
+= (sender, e) =>
1813
child2.
FontChanged
+= (sender, e) =>
1821
control.
FontChanged
+= handler;
1828
control.
FontChanged
-= handler;
1842
control.
FontChanged
+= (sender, e) => callCount++;
4474
control.
FontChanged
+= handler;
4479
control.
FontChanged
-= handler;
4503
control.
FontChanged
+= handler;
4508
control.
FontChanged
-= handler;
System\Windows\Forms\ControlTests.Properties.cs (16)
5030
control.
FontChanged
+= handler;
5055
control.
FontChanged
-= handler;
5091
control.
FontChanged
+= handler;
5092
child1.
FontChanged
+= childHandler1;
5093
child2.
FontChanged
+= childHandler2;
5134
control.
FontChanged
-= handler;
5135
child1.
FontChanged
-= childHandler1;
5136
child2.
FontChanged
-= childHandler2;
5184
control.
FontChanged
+= handler;
5185
child1.
FontChanged
+= childHandler1;
5186
child2.
FontChanged
+= childHandler2;
5227
control.
FontChanged
-= handler;
5228
child1.
FontChanged
-= childHandler1;
5229
child2.
FontChanged
-= childHandler2;
10802
control.
FontChanged
+= (sender, e) =>
10984
control.
FontChanged
+= (sender, e) =>
System\Windows\Forms\GroupBoxTests.cs (4)
1511
control.
FontChanged
+= handler;
1519
control.
FontChanged
-= handler;
1559
control.
FontChanged
+= handler;
1570
control.
FontChanged
-= handler;
System\Windows\Forms\ListBoxTests.cs (4)
1207
control.
FontChanged
+= handler;
1232
control.
FontChanged
-= handler;
5561
control.
FontChanged
+= handler;
5567
control.
FontChanged
-= handler;
System\Windows\Forms\RichTextBoxTests.cs (2)
1644
control.
FontChanged
+= handler;
1669
control.
FontChanged
-= handler;
System\Windows\Forms\ToolStripTests.cs (12)
1468
control.
FontChanged
+= handler;
1493
control.
FontChanged
-= handler;
1515
control.
FontChanged
+= handler;
1548
control.
FontChanged
-= handler;
1580
control.
FontChanged
+= handler;
1613
control.
FontChanged
-= handler;
5262
control.
FontChanged
+= handler;
5269
control.
FontChanged
-= handler;
5295
control.
FontChanged
+= handler;
5300
control.
FontChanged
-= handler;
5332
control.
FontChanged
+= handler;
5337
control.
FontChanged
-= handler;
System\Windows\Forms\UpDownBaseTests.cs (2)
1799
control.
FontChanged
+= handler;
1806
control.
FontChanged
-= handler;
TextBoxBaseTests.cs (4)
1128
control.
FontChanged
+= handler;
1153
control.
FontChanged
-= handler;
5353
control.
FontChanged
+= handler;
5359
control.
FontChanged
-= handler;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1179
add { base.
FontChanged
+= value; }
1180
remove { base.
FontChanged
-= value; }