Base:
method
OnFontChanged
System.Windows.Forms.Control.OnFontChanged(System.EventArgs)
3 overrides of OnFontChanged
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (1)
4748
protected override void
OnFontChanged
(EventArgs e) {
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2900
protected override void
OnFontChanged
(EventArgs e) {
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1059
protected override void
OnFontChanged
(EventArgs e) {
3 references to OnFontChanged
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (1)
4752
base.
OnFontChanged
(e);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2901
base.
OnFontChanged
(e);
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1066
base.
OnFontChanged
(e);