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