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)
4748protected override void OnFontChanged(EventArgs e) {
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2900protected override void OnFontChanged(EventArgs e) {
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1059protected override void OnFontChanged(EventArgs e) {
3 references to OnFontChanged
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (1)
4752base.OnFontChanged(e);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2901base.OnFontChanged(e);
winforms\Managed\System\WinForms\UpDownBase.cs (1)
1066base.OnFontChanged(e);