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