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