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