29 instantiations of 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);
37 references to ControlBindingsCollection
System.Windows.Forms (8)
System\Windows\Forms\Control.cs (3)
929
Properties.GetValueOrDefault<
ControlBindingsCollection
>(s_bindingsProperty)?.Clear();
1523
public
ControlBindingsCollection
DataBindings
1532
if (!Properties.TryGetValue(s_bindingsProperty, out
ControlBindingsCollection
? bindings))
System\Windows\Forms\DataBinding\BindableComponent.cs (3)
16
private
ControlBindingsCollection
? _dataBindings;
71
/// Gets the <see cref="
ControlBindingsCollection
"/> for this bindable <see cref="Component"/>.
77
public
ControlBindingsCollection
DataBindings
System\Windows\Forms\DataBinding\IBindableComponent.cs (1)
11
ControlBindingsCollection
DataBindings { get; }
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
379
public new
ControlBindingsCollection
DataBindings => base.DataBindings;
System.Windows.Forms.Tests (29)
System\Windows\Forms\ControlBindingsCollectionTests.cs (28)
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);
103
ControlBindingsCollection
collection = control.DataBindings;
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);
256
ControlBindingsCollection
collection = control.DataBindings;
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);