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