1 write to bindingSource
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingNavigator.cs (1)
269WireUpBindingSource(ref bindingSource, value);
22 references to bindingSource
System.Windows.Forms (22)
winforms\Managed\System\WinForms\BindingNavigator.cs (22)
265return bindingSource; 509if (bindingSource == null) { 516count = bindingSource.Count; 517position = bindingSource.Position + 1; 518allowNew = (bindingSource as IBindingList).AllowNew; 519allowRemove = (bindingSource as IBindingList).AllowRemove; 589if (positionItem == null || bindingSource == null) { 594int newPosition = bindingSource.Position; 609if (newPosition != bindingSource.Position) { 610bindingSource.Position = newPosition; 632if (bindingSource != null) { 633bindingSource.MoveFirst(); 644if (bindingSource != null) { 645bindingSource.MovePrevious(); 656if (bindingSource != null) { 657bindingSource.MoveNext(); 668if (bindingSource != null) { 669bindingSource.MoveLast(); 680if (bindingSource != null) { 681bindingSource.AddNew(); 692if (bindingSource != null) { 693bindingSource.RemoveCurrent();