5 references to s_bindingManagerProperty
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (5)
943
if (Properties.TryGetValue(
s_bindingManagerProperty
, out BindingContext? context))
960
BindingContext? oldContext = Properties.AddOrRemoveValue(
s_bindingManagerProperty
, value);
4206
if (!Properties.ContainsKey(
s_bindingManagerProperty
) && Created)
4543
if (!Properties.ContainsKey(
s_bindingManagerProperty
) && ParentInternal is not null && !controlIsAlreadyCreated)
6879
if (!Properties.ContainsKey(
s_bindingManagerProperty
))