8 references to PropertyName
System.Windows.Forms (8)
winforms\Managed\System\WinForms\BindingContext.cs (2)
398
if (propBinding.BindToObject.BindingMemberInfo.BindingMember.Equals(binding.
PropertyName
))
399
throw new ArgumentException(SR.GetString(SR.DataBindingCycle, binding.
PropertyName
), "propBinding");
winforms\Managed\System\WinForms\ControlBindingsCollection.cs (5)
64
if (String.Equals(binding.
PropertyName
, propertyName, StringComparison.OrdinalIgnoreCase))
147
if (binding.
PropertyName
.Length == 0) {
151
if (binding != this[i] && this[i].
PropertyName
.Length > 0 &&
152
(String.Compare(binding.
PropertyName
, this[i].
PropertyName
, false, CultureInfo.InvariantCulture) == 0)) {
winforms\Managed\System\WinForms\ListBindingConverter.cs (1)
173
val = b.
PropertyName
;