4 references to DataSource
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Binding.cs (2)
130return this.bindToObject.DataSource; 1155bindToObject.DataSource != null && bindingManagerBase != null);
winforms\Managed\System\WinForms\BindingContext.cs (1)
444BindingManagerBase newManager = newBindingContext.EnsureListManager(bindTo.DataSource, bindTo.BindingMemberInfo.BindingPath);
winforms\Managed\System\WinForms\ListBindingConverter.cs (1)
176val = b.BindToObject.DataSource;