4 references to BindingExpressionIsDetached
PresentationFramework (4)
System\Windows\Data\BindingExpression.cs (2)
183
throw new InvalidOperationException(SR.
BindingExpressionIsDetached
);
193
throw new InvalidOperationException(SR.
BindingExpressionIsDetached
);
System\Windows\Data\MultiBindingExpression.cs (2)
111
throw new InvalidOperationException(SR.
BindingExpressionIsDetached
);
127
throw new InvalidOperationException(SR.
BindingExpressionIsDetached
);