3 references to PropertyNotBindable
PresentationFramework (3)
System\Windows\Data\BindingExpression.cs (1)
394
throw new ArgumentException(SR.Format(SR.
PropertyNotBindable
, dp.Name), nameof(dp));
System\Windows\Data\MultiBindingExpression.cs (1)
159
throw new ArgumentException(SR.Format(SR.
PropertyNotBindable
, dp.Name), nameof(dp));
System\Windows\Data\PriorityBindingExpression.cs (1)
140
throw new ArgumentException(SR.Format(SR.
PropertyNotBindable
, dp.Name), nameof(dp));