2 overrides of OnBindingContextChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
11443protected override void OnBindingContextChanged(EventArgs e)
System\Windows\Forms\Controls\ListControl\ListControl.cs (1)
590protected override void OnBindingContextChanged(EventArgs e)
9 references to OnBindingContextChanged
System.Windows.Forms (9)
System\Windows\Forms\Control.cs (4)
1239OnBindingContextChanged(EventArgs.Empty); 4517OnBindingContextChanged(EventArgs.Empty); 4853OnBindingContextChanged(EventArgs.Empty); 7385OnBindingContextChanged(e);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
11477base.OnBindingContextChanged(e); 11485base.OnBindingContextChanged(e);
System\Windows\Forms\Controls\ListControl\ListControl.cs (1)
593base.OnBindingContextChanged(e);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
401OnBindingContextChanged(EventArgs.Empty);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
843OnBindingContextChanged(EventArgs.Empty);