2 writes to countItemFormat
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingNavigator.cs (2)
475countItemFormat = value; 748countItemFormat = SR.GetString(SR.BindingNavigatorCountItemFormat);
3 references to countItemFormat
System.Windows.Forms (3)
winforms\Managed\System\WinForms\BindingNavigator.cs (3)
470return countItemFormat; 474if (countItemFormat != value) { 752return countItemFormat != SR.GetString(SR.BindingNavigatorCountItemFormat);