22 references to FontChanged
System.Windows.Forms (16)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
2633add => base.FontChanged += value; 2634remove => base.FontChanged -= value;
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
288add => base.FontChanged += value; 289remove => base.FontChanged -= value;
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (2)
210add => base.FontChanged += value; 211remove => base.FontChanged -= value;
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
166add => base.FontChanged += value; 167remove => base.FontChanged -= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
374add => base.FontChanged += value; 375remove => base.FontChanged -= value;
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (2)
226add => base.FontChanged += value; 227remove => base.FontChanged -= value;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (2)
647add => base.FontChanged += value; 648remove => base.FontChanged -= value;
System\Windows\Forms\Scrolling\ScrollBar.cs (2)
173add => base.FontChanged += value; 174remove => base.FontChanged -= value;
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionPanel.PanelHeaderLine.cs (1)
21actionPanel.FontChanged += OnParentControlFontChanged;
System\ComponentModel\Design\DesignerActionPanel.TextLine.cs (1)
19actionPanel.FontChanged += OnParentControlFontChanged;
System\Drawing\Design\ColorEditor.ColorUI.cs (1)
190_lbSystem.FontChanged += OnFontChanged;
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
486nameof(ToolStripPanel.FontChanged),
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1164add { base.FontChanged += value; } 1165remove { base.FontChanged -= value; }