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