Base:
property
DataSource
System.Windows.Forms.BindingManagerBase.DataSource
2 references to DataSource
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\RelatedPropertyManager.cs (2)
91
public override object? Current => (
DataSource
is not null) ? _fieldInfo.GetValue(
DataSource
) : null;