22 references to FontChanged
System.Windows.Forms (16)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
2633
add => base.
FontChanged
+= value;
2634
remove => base.
FontChanged
-= value;
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
288
add => base.
FontChanged
+= value;
289
remove => base.
FontChanged
-= value;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (2)
210
add => base.
FontChanged
+= value;
211
remove => base.
FontChanged
-= value;
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
166
add => base.
FontChanged
+= value;
167
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)
226
add => base.
FontChanged
+= value;
227
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)
173
add => base.
FontChanged
+= value;
174
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)
486
nameof(ToolStripPanel.
FontChanged
),
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1164
add { base.
FontChanged
+= value; }
1165
remove { base.
FontChanged
-= value; }