1 write to CountItem
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingNavigator.cs (1)
146CountItem = new System.Windows.Forms.ToolStripLabel();
5 references to CountItem
System.Windows.Forms (5)
winforms\Managed\System\WinForms\BindingNavigator.cs (5)
168CountItem.Name = ch + "indingNavigatorCountItem"; 182CountItem.ToolTipText = SR.GetString(SR.BindingNavigatorCountItemTip); 184CountItem.AutoToolTip = false; 242CountItem, 544if (CountItem != null) countItem.Enabled = (count > 0);