1 write to CountItemFormat
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\BindingNavigatorDesigner.cs (1)
174
navigator.
CountItemFormat
= navigator.CountItem.Text ?? string.Empty;
2 references to CountItemFormat
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\BindingNavigator.cs (2)
573
_countItem.Text = DesignMode ?
CountItemFormat
: string.Format(CultureInfo.CurrentCulture,
CountItemFormat
, count);