3 references to Instance
PresentationFramework (3)
System\Windows\Data\BindingBase.cs (1)
432return System.Windows.Controls.ExceptionValidationRule.Instance;
System\Windows\Data\BindingExpression.cs (1)
2236ValidationRule exceptionValidationRule = ExceptionValidationRule.Instance;
System\Windows\Data\BindingGroup.cs (1)
1274ValidationError error = new ValidationError(ExceptionValidationRule.Instance, this, ex.Message, ex);