3 writes to DataSource
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\BindingSourceDesigner.cs (1)
70
bindingSource.
DataSource
= null;
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
732
bindingSource.
DataSource
= dataSource;
1252
bs.
DataSource
= dataSource;
7 references to DataSource
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (1)
821
/// the relevant data from the data context to a BindingSource component's <see cref="BindingSource.
DataSource
"/>.
System\Windows\Forms\DataBinding\BindingSource.cs (5)
12
[DefaultProperty(nameof(
DataSource
))]
14
[ComplexBindingProperties(nameof(
DataSource
), nameof(DataMember))]
500
bindingSource = bindingSource.
DataSource
as BindingSource;
1374
if (
DataSource
is ISupportInitializeNotification dsInit && !dsInit.IsInitialized)
1392
if (
DataSource
is ISupportInitializeNotification dsInit)
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\BindingSourceDesigner.cs (1)
57
if (Component is BindingSource bindingSource && bindingSource.
DataSource
== e.Component)