5 references to s_bindingManagerProperty
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (5)
1217if (Properties.TryGetValue(s_bindingManagerProperty, out BindingContext? context)) 1234BindingContext? oldContext = Properties.AddOrRemoveValue(s_bindingManagerProperty, value); 4510if (!Properties.ContainsKey(s_bindingManagerProperty) && Created) 4846if (!Properties.ContainsKey(s_bindingManagerProperty) && ParentInternal is not null && !controlIsAlreadyCreated) 7383if (!Properties.ContainsKey(s_bindingManagerProperty))