3 writes to shouldBind
System.Windows.Forms (3)
winforms\Managed\System\WinForms\CurrencyManager.cs (3)
916
shouldBind
= true;
923
shouldBind
= false;
937
shouldBind
= false;
4 references to shouldBind
System.Windows.Forms (4)
winforms\Managed\System\WinForms\CurrencyManager.cs (4)
234
return
shouldBind
;
915
if (!
shouldBind
) {
936
if (
shouldBind
) {
961
bool newBound = list != null && list.Count > 0 &&
shouldBind
&& listposition != -1;