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