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