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