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