2 writes to _moveLastItem
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\BindingNavigator.cs (2)
337
_moveLastItem
= null;
345
WireUpButton(ref
_moveLastItem
, value, OnMoveLast);
4 references to _moveLastItem
System.Windows.Forms (4)
System\Windows\Forms\DataBinding\BindingNavigator.cs (4)
335
if (
_moveLastItem
is not null &&
_moveLastItem
.IsDisposed)
340
return
_moveLastItem
;
534
_moveLastItem
!.Enabled = (position < count);