4 references to s_bindingsProperty
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (4)
1025
Properties.GetValueOrDefault<ControlBindingsCollection>(
s_bindingsProperty
)?.Clear();
1628
if (!Properties.TryGetValue(
s_bindingsProperty
, out ControlBindingsCollection? bindings))
1630
bindings = Properties.AddValue(
s_bindingsProperty
, new ControlBindingsCollection(this));
6747
if (Properties.ContainsKey(
s_bindingsProperty
))