1 write to dataSource
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyManager.cs (1)
45
this.
dataSource
= dataSource;
9 references to dataSource
System.Windows.Forms (9)
winforms\Managed\System\WinForms\PropertyManager.cs (9)
30
return this.
dataSource
;
40
if (this.
dataSource
!= null && !String.IsNullOrEmpty(this.propName)) {
41
propInfo.RemoveValueChanged(this.
dataSource
, new EventHandler(PropertyChanged));
47
if (this.
dataSource
!= null && !String.IsNullOrEmpty(this.propName)) {
77
return ListBindingHelper.GetListItemProperties(
dataSource
, listAccessors);
82
return
dataSource
.GetType();
87
return TypeDescriptor.GetClassName(
dataSource
) + "." + propName;
190
return this.
dataSource
;
196
return (
dataSource
!= null);