62 references to BindingContextChanged
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
156
add => base.
BindingContextChanged
+= value;
157
remove => base.
BindingContextChanged
-= value;
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (3)
78
parentControl.
BindingContextChanged
+= _propChangedEvent;
178
_parentControl.
BindingContextChanged
-= _propChangedEvent;
185
_parentControl.
BindingContextChanged
+= _propChangedEvent;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DataGridViewDesigner.cs (2)
93
dataGridView.
BindingContextChanged
-= dataGridViewChanged;
134
dataGridView.
BindingContextChanged
+= dataGridViewChanged;
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
483
nameof(ToolStripPanel.
BindingContextChanged
),
System.Windows.Forms.Tests (52)
System\Windows\Forms\ContainerControlTests.cs (5)
379
control.
BindingContextChanged
+= handler;
400
control.
BindingContextChanged
-= handler;
584
control.
BindingContextChanged
+= handler;
605
control.
BindingContextChanged
-= handler;
652
control.
BindingContextChanged
+= (sender, e) =>
System\Windows\Forms\ControlTests.ControlCollection.cs (12)
564
control.
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
608
control.
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
751
control.
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
901
control.
BindingContextChanged
+= (sender, e) =>
987
((Control)control).
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
1067
((Control)control).
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
2261
control.
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
2308
control.
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
2452
control.
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
2583
control.
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
2658
((Control)control).
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
2734
((Control)control).
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
System\Windows\Forms\ControlTests.Handlers.cs (14)
643
control.
BindingContextChanged
+= handler;
648
control.
BindingContextChanged
-= handler;
672
child1.
BindingContextChanged
+= (sender, e) =>
678
child2.
BindingContextChanged
+= (sender, e) =>
686
control.
BindingContextChanged
+= handler;
693
control.
BindingContextChanged
-= handler;
727
child1.
BindingContextChanged
+= (sender, e) =>
733
child2.
BindingContextChanged
+= (sender, e) =>
741
control.
BindingContextChanged
+= handler;
748
control.
BindingContextChanged
-= handler;
4318
control.
BindingContextChanged
+= handler;
4323
control.
BindingContextChanged
-= handler;
4347
control.
BindingContextChanged
+= handler;
4352
control.
BindingContextChanged
-= handler;
System\Windows\Forms\ControlTests.Properties.cs (14)
2223
control.
BindingContextChanged
+= handler;
2248
control.
BindingContextChanged
-= handler;
2284
control.
BindingContextChanged
+= handler;
2285
child1.
BindingContextChanged
+= childHandler1;
2286
child2.
BindingContextChanged
+= childHandler2;
2327
control.
BindingContextChanged
-= handler;
2328
child1.
BindingContextChanged
-= childHandler1;
2329
child2.
BindingContextChanged
-= childHandler2;
2377
control.
BindingContextChanged
+= handler;
2378
child1.
BindingContextChanged
+= childHandler1;
2379
child2.
BindingContextChanged
+= childHandler2;
2420
control.
BindingContextChanged
-= handler;
2421
child1.
BindingContextChanged
-= childHandler1;
2422
child2.
BindingContextChanged
-= childHandler2;
System\Windows\Forms\ListControlTests.cs (4)
310
control.
BindingContextChanged
+= handler;
335
control.
BindingContextChanged
-= handler;
2614
control.
BindingContextChanged
+= handler;
2619
control.
BindingContextChanged
-= handler;
System\Windows\Forms\ToolStripTests.cs (2)
1165
control.
BindingContextChanged
+= handler;
1190
control.
BindingContextChanged
-= handler;
System\Windows\Forms\UserControlTests.cs (1)
940
control.
BindingContextChanged
+= (sender, e) =>
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1049
add { base.
BindingContextChanged
+= value; }
1050
remove { base.
BindingContextChanged
-= value; }