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