2 references to BackgroundImageLayoutChanged
System.Windows.Forms.Tests (2)
WebBrowserBaseTests.cs (2)
308
Assert.Throws<NotSupportedException>(() => control.
BackgroundImageLayoutChanged
+= handler);
309
control.
BackgroundImageLayoutChanged
-= handler;