3 references to LookupValidationRule
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (3)
180
if (
LookupValidationRule
(typeof(ExceptionValidationRule)) != null)
185
if (
LookupValidationRule
(typeof(DataErrorValidationRule)) != null)
1635
result = ParentBindingExpressionBase.
LookupValidationRule
(type);