3 references to OnParentFontChanged
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1246
control.
OnParentFontChanged
(EventArgs.Empty);
System\Windows\Forms\Control.cs (1)
6790
children[i].
OnParentFontChanged
(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1358
public new void OnParentFontChanged(EventArgs e) => base.
OnParentFontChanged
(e);