3 references to LookupValidationRule
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (3)
183
if (
LookupValidationRule
(typeof(ExceptionValidationRule)) != null)
188
if (
LookupValidationRule
(typeof(DataErrorValidationRule)) != null)
1628
result = ParentBindingExpressionBase.
LookupValidationRule
(type);