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