2 overrides of DataSource
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\CurrencyManager.cs (1)
139
internal override object?
DataSource
=> _dataSource;
System\Windows\Forms\DataBinding\PropertyManager.cs (1)
177
internal override object?
DataSource
=> _dataSource;
2 references to DataSource
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\Binding.BindToObject.cs (1)
221
if (_bindingManager.
DataSource
is not null && FieldInfo is null && dataField.Length > 0)
System\Windows\Forms\DataBinding\BindingManagerBase.cs (1)
150
list =
DataSource
as IList;