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