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