2 references to BackgroundImageLayoutChanged
System.Windows.Forms.Tests (2)
System\Windows\Forms\AxHostTests.cs (2)
951
Assert.Throws<NotSupportedException>(() => control.
BackgroundImageLayoutChanged
+= handler);
952
control.
BackgroundImageLayoutChanged
-= handler;