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