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