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)
77
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)
489
nameof(ToolStripPanel.
BindingContextChanged
),
System.Windows.Forms.Tests (52)
System\Windows\Forms\ContainerControlTests.cs (5)
377
control.
BindingContextChanged
+= handler;
398
control.
BindingContextChanged
-= handler;
582
control.
BindingContextChanged
+= handler;
603
control.
BindingContextChanged
-= handler;
650
control.
BindingContextChanged
+= (sender, e) =>
System\Windows\Forms\ControlTests.ControlCollection.cs (12)
562
control.
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
606
control.
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
749
control.
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
899
control.
BindingContextChanged
+= (sender, e) =>
985
((Control)control).
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
1065
((Control)control).
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
2259
control.
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
2306
control.
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
2450
control.
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
2581
control.
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
2656
((Control)control).
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
2732
((Control)control).
BindingContextChanged
+= (sender, e) => bindingContextChangedCallCount++;
System\Windows\Forms\ControlTests.Handlers.cs (14)
641
control.
BindingContextChanged
+= handler;
646
control.
BindingContextChanged
-= handler;
670
child1.
BindingContextChanged
+= (sender, e) =>
676
child2.
BindingContextChanged
+= (sender, e) =>
684
control.
BindingContextChanged
+= handler;
691
control.
BindingContextChanged
-= handler;
725
child1.
BindingContextChanged
+= (sender, e) =>
731
child2.
BindingContextChanged
+= (sender, e) =>
739
control.
BindingContextChanged
+= handler;
746
control.
BindingContextChanged
-= handler;
4316
control.
BindingContextChanged
+= handler;
4321
control.
BindingContextChanged
-= handler;
4345
control.
BindingContextChanged
+= handler;
4350
control.
BindingContextChanged
-= handler;
System\Windows\Forms\ControlTests.Properties.cs (14)
2221
control.
BindingContextChanged
+= handler;
2246
control.
BindingContextChanged
-= handler;
2282
control.
BindingContextChanged
+= handler;
2283
child1.
BindingContextChanged
+= childHandler1;
2284
child2.
BindingContextChanged
+= childHandler2;
2325
control.
BindingContextChanged
-= handler;
2326
child1.
BindingContextChanged
-= childHandler1;
2327
child2.
BindingContextChanged
-= childHandler2;
2375
control.
BindingContextChanged
+= handler;
2376
child1.
BindingContextChanged
+= childHandler1;
2377
child2.
BindingContextChanged
+= childHandler2;
2418
control.
BindingContextChanged
-= handler;
2419
child1.
BindingContextChanged
-= childHandler1;
2420
child2.
BindingContextChanged
-= childHandler2;
System\Windows\Forms\ListControlTests.cs (4)
308
control.
BindingContextChanged
+= handler;
333
control.
BindingContextChanged
-= handler;
2612
control.
BindingContextChanged
+= handler;
2617
control.
BindingContextChanged
-= handler;
System\Windows\Forms\ToolStripTests.cs (2)
1163
control.
BindingContextChanged
+= handler;
1188
control.
BindingContextChanged
-= handler;
System\Windows\Forms\UserControlTests.cs (1)
938
control.
BindingContextChanged
+= (sender, e) =>
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1059
add { base.
BindingContextChanged
+= value; }
1060
remove { base.
BindingContextChanged
-= value; }