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