2 writes to _countItemFormat
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\BindingNavigator.cs (2)
471
_countItemFormat
= value;
805
_countItemFormat
= SR.BindingNavigatorCountItemFormat;
3 references to _countItemFormat
System.Windows.Forms (3)
System\Windows\Forms\DataBinding\BindingNavigator.cs (3)
465
return
_countItemFormat
;
469
if (
_countItemFormat
!= value)
810
return
_countItemFormat
!= SR.BindingNavigatorCountItemFormat;