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