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