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)
465return _countItemFormat; 469if (_countItemFormat != value) 810return _countItemFormat != SR.BindingNavigatorCountItemFormat;