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