2 writes to _countItem
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\BindingNavigator.cs (2)
445
_countItem
= null;
452
WireUpLabel(ref
_countItem
, value);
6 references to _countItem
System.Windows.Forms (6)
System\Windows\Forms\DataBinding\BindingNavigator.cs (6)
443
if (
_countItem
is not null &&
_countItem
.IsDisposed)
448
return
_countItem
;
560
_countItem
!.Enabled = (count > 0);
571
if (
_countItem
is not null)
573
_countItem
.Text = DesignMode ? CountItemFormat : string.Format(CultureInfo.CurrentCulture, CountItemFormat, count);