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