1 write to propertyName
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Binding.cs (1)
98this.propertyName = propertyName;
7 references to propertyName
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Binding.cs (7)
283return propertyName; 508if (control != null && propertyName.Length > 0) { 514string propertyNameIsNull = propertyName + "IsNull"; 536if(tempPropInfo==null && String.Equals (propInfos[i].Name, propertyName, StringComparison.OrdinalIgnoreCase)) { 549throw new ArgumentException(SR.GetString(SR.ListBindingBindProperty, propertyName), "PropertyName"); 552throw new ArgumentException(SR.GetString(SR.ListBindingBindPropertyReadOnly, propertyName), "PropertyName"); 1154return (control != null && propertyName.Length > 0 &&