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