1 write to _bindingSource
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingNavigator.cs (1)
249WireUpBindingSource(ref _bindingSource, value);
22 references to _bindingSource
System.Windows.Forms (22)
System\Windows\Forms\DataBinding\BindingNavigator.cs (22)
244return _bindingSource; 499if (_bindingSource is null) 508count = _bindingSource.Count; 509position = _bindingSource.Position + 1; 510allowNew = (_bindingSource as IBindingList).AllowNew; 511allowRemove = (_bindingSource as IBindingList).AllowRemove; 606if (_positionItem is null || _bindingSource is null) 612int newPosition = _bindingSource.Position; 630if (newPosition != _bindingSource.Position) 632_bindingSource.Position = newPosition; 657if (_bindingSource is not null) 659_bindingSource.MoveFirst(); 672if (_bindingSource is not null) 674_bindingSource.MovePrevious(); 687if (_bindingSource is not null) 689_bindingSource.MoveNext(); 702if (_bindingSource is not null) 704_bindingSource.MoveLast(); 717if (_bindingSource is not null) 719_bindingSource.AddNew(); 732if (_bindingSource is not null) 734_bindingSource.RemoveCurrent();