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; 600if (_positionItem is null || _bindingSource is null) 606int newPosition = _bindingSource.Position; 624if (newPosition != _bindingSource.Position) 626_bindingSource.Position = newPosition; 651if (_bindingSource is not null) 653_bindingSource.MoveFirst(); 666if (_bindingSource is not null) 668_bindingSource.MovePrevious(); 681if (_bindingSource is not null) 683_bindingSource.MoveNext(); 696if (_bindingSource is not null) 698_bindingSource.MoveLast(); 711if (_bindingSource is not null) 713_bindingSource.AddNew(); 726if (_bindingSource is not null) 728_bindingSource.RemoveCurrent();