1 override of OnBackgroundImageLayoutChanged
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
3970
protected override void
OnBackgroundImageLayoutChanged
(EventArgs e)
3 references to OnBackgroundImageLayoutChanged
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
893
OnBackgroundImageLayoutChanged
(EventArgs.Empty);
System\Windows\Forms\Form.cs (1)
3972
base.
OnBackgroundImageLayoutChanged
(e);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.cs (1)
1242
public new void OnBackgroundImageLayoutChanged(EventArgs e) => base.
OnBackgroundImageLayoutChanged
(e);