29 references to ControlBindingsCollection
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
1534
bindings = Properties.AddValue(s_bindingsProperty, new
ControlBindingsCollection
(this));
System\Windows\Forms\DataBinding\BindableComponent.cs (1)
78
=> _dataBindings ??= new
ControlBindingsCollection
(this);
System.Windows.Forms.Tests (27)
System\Windows\Forms\ControlBindingsCollectionTests.cs (26)
28
ControlBindingsCollection collection =
new
(control);
41
ControlBindingsCollection collection =
new
(control)
60
ControlBindingsCollection collection =
new
(control)
72
ControlBindingsCollection collection =
new
(control);
93
ControlBindingsCollection collection =
new
(control);
127
ControlBindingsCollection collection =
new
(control);
144
ControlBindingsCollection collection =
new
(control);
161
ControlBindingsCollection collection =
new
(control);
178
ControlBindingsCollection collection =
new
(control);
195
ControlBindingsCollection collection =
new
(control);
212
ControlBindingsCollection collection =
new
(control);
229
ControlBindingsCollection collection =
new
(control);
242
ControlBindingsCollection collection =
new
(control);
273
ControlBindingsCollection collection =
new
(control);
281
ControlBindingsCollection collection =
new
(control);
293
ControlBindingsCollection collection1 =
new
(control1);
294
ControlBindingsCollection collection2 =
new
(control2);
305
ControlBindingsCollection collection =
new
(control);
325
ControlBindingsCollection collection =
new
(control);
341
ControlBindingsCollection collection =
new
(control);
353
ControlBindingsCollection collection =
new
(control);
367
ControlBindingsCollection collection1 =
new
(control1);
368
ControlBindingsCollection collection2 =
new
(control2);
383
ControlBindingsCollection collection =
new
(control);
401
ControlBindingsCollection collection =
new
(control);
414
ControlBindingsCollection collection =
new
(control);
System\Windows\Forms\PropertyManagerTests.cs (1)
165
ControlBindingsCollection controlBindings =
new
(control);