2 references to ChildHasWrongType
PresentationFramework (2)
System\Windows\Data\MultiBinding.cs (1)
56
throw new ArgumentException(SR.Format(SR.
ChildHasWrongType
, this.GetType().Name, "BindingBase", value.GetType().FullName), nameof(value));
System\Windows\Data\PriorityBinding.cs (1)
53
throw new ArgumentException(SR.Format(SR.
ChildHasWrongType
, this.GetType().Name, "BindingBase", value.GetType().FullName), nameof(value));