2 overrides of LookupValidationRule
PresentationFramework (2)
System\Windows\Data\Binding.cs (1)
685internal override ValidationRule LookupValidationRule(Type type)
System\Windows\Data\MultiBinding.cs (1)
357internal override ValidationRule LookupValidationRule(Type type)
1 reference to LookupValidationRule
PresentationFramework (1)
System\Windows\Data\BindingBase.cs (1)
440return LookupValidationRule(type);