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