1 write to propName
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyManager.cs (1)
72this.propName = propName;
5 references to propName
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyManager.cs (5)
40if (this.dataSource != null && !String.IsNullOrEmpty(this.propName)) { 47if (this.dataSource != null && !String.IsNullOrEmpty(this.propName)) { 48propInfo = TypeDescriptor.GetProperties(dataSource).Find(propName, true); 50throw new ArgumentException(SR.GetString(SR.PropertyManagerPropDoesNotExist, propName, dataSource.ToString())); 87return TypeDescriptor.GetClassName(dataSource) + "." + propName;