2 references to FontChanged
System.Windows.Forms.Tests (2)
WebBrowserBaseTests.cs (2)
418
Assert.Throws<NotSupportedException>(() => control.
FontChanged
+= handler);
419
control.
FontChanged
-= handler;