1 write to currencyManager
System.Windows.Forms (1)
winforms\Managed\System\WinForms\BindingSource.cs (1)
123this.currencyManager = new CurrencyManager(this);
16 references to currencyManager
System.Windows.Forms (16)
winforms\Managed\System\WinForms\BindingSource.cs (16)
124WireCurrencyManager(this.currencyManager); 189return this.currencyManager; 229return currencyManager.Count > 0 ? currencyManager.Current : null; 393return currencyManager.IsBindingSuspended; 415return currencyManager.Position; 419if (currencyManager.Position != value) 424currencyManager.Position = value; 661currencyManager.CancelCurrentEdit(); 720Debug.Assert(sender == this.currencyManager, "only receive notifications from the currency manager"); 752UnwireCurrencyManager(this.currencyManager); 772currencyManager.EndCurrentEdit(); 1041this.currencyManager.PullData(out success); 1123PropertyDescriptorCollection props = this.currencyManager.GetItemProperties(); 1206currencyManager.ResumeBinding(); 1211currencyManager.SuspendBinding();