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;
606
if (_positionItem is null ||
_bindingSource
is null)
612
int newPosition =
_bindingSource
.Position;
630
if (newPosition !=
_bindingSource
.Position)
632
_bindingSource
.Position = newPosition;
657
if (
_bindingSource
is not null)
659
_bindingSource
.MoveFirst();
672
if (
_bindingSource
is not null)
674
_bindingSource
.MovePrevious();
687
if (
_bindingSource
is not null)
689
_bindingSource
.MoveNext();
702
if (
_bindingSource
is not null)
704
_bindingSource
.MoveLast();
717
if (
_bindingSource
is not null)
719
_bindingSource
.AddNew();
732
if (
_bindingSource
is not null)
734
_bindingSource
.RemoveCurrent();