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