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