Base:
property
DataSource
System.Windows.Forms.BindingManagerBase.DataSource
2 references to DataSource
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RelatedPropertyManager.cs (2)
92return (this.DataSource != null) ? fieldInfo.GetValue(this.DataSource) : null;