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