In Test/System.Windows.Forms:
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ControlBindingsCollection.cs
index 913744aacd60521178f62eed7ae3ad915fcbd8f7..8b294c18845c90d2331ac5c82a873a2bc20eef37 100644 (file)
@@ -123,7 +123,7 @@ namespace System.Windows.Forms {
                        }
 
                        binding.SetControl (control);
-                       binding.Check (control.BindingContext);
+                       binding.Check ();
                        base.AddCore (binding);
                }