1 write to _bindingSource
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingNavigator.cs (1)
249
WireUpBindingSource(ref
_bindingSource
, value);
22 references to _bindingSource
System.Windows.Forms (22)
System\Windows\Forms\DataBinding\BindingNavigator.cs (22)
244
return
_bindingSource
;
499
if (
_bindingSource
is null)
508
count =
_bindingSource
.Count;
509
position =
_bindingSource
.Position + 1;
510
allowNew = (
_bindingSource
as IBindingList).AllowNew;
511
allowRemove = (
_bindingSource
as IBindingList).AllowRemove;
600
if (_positionItem is null ||
_bindingSource
is null)
606
int newPosition =
_bindingSource
.Position;
624
if (newPosition !=
_bindingSource
.Position)
626
_bindingSource
.Position = newPosition;
651
if (
_bindingSource
is not null)
653
_bindingSource
.MoveFirst();
666
if (
_bindingSource
is not null)
668
_bindingSource
.MovePrevious();
681
if (
_bindingSource
is not null)
683
_bindingSource
.MoveNext();
696
if (
_bindingSource
is not null)
698
_bindingSource
.MoveLast();
711
if (
_bindingSource
is not null)
713
_bindingSource
.AddNew();
726
if (
_bindingSource
is not null)
728
_bindingSource
.RemoveCurrent();