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