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