2 writes to countItem
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingNavigator.cs (2)
450countItem = null; 456WireUpLabel(ref countItem, value);
6 references to countItem
System.Windows.Forms (6)
winforms\Managed\System\WinForms\BindingNavigator.cs (6)
449if (countItem != null && countItem.IsDisposed) { 452return countItem; 544if (CountItem != null) countItem.Enabled = (count > 0); 553if (countItem != null) { 554countItem.Text = DesignMode ? CountItemFormat : String.Format(CultureInfo.CurrentCulture, CountItemFormat, count);