6 references to PropBindingManager
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (6)
1280
BindingContext context = (BindingContext) Properties.GetObject(
PropBindingManager
);
1298
BindingContext oldContext = (BindingContext) Properties.GetObject(
PropBindingManager
);
1302
Properties.SetObject(
PropBindingManager
, newContext);
5518
if (Properties.GetObject(
PropBindingManager
) == null && this.Created) {
5852
if (Properties.GetObject(
PropBindingManager
) == null && ParentInternal != null && !controlIsAlreadyCreated) {
8352
if (Properties.GetObject(
PropBindingManager
) == null) {