2 references to BindingContextChanged
System.Windows.Forms.Tests (2)
WebBrowserBaseTests.cs (2)
317
Assert.Throws<NotSupportedException>(() => control.
BindingContextChanged
+= handler);
318
control.
BindingContextChanged
-= handler;