2 overrides of LookupValidationRule
PresentationFramework (2)
src\Framework\System\Windows\Data\Binding.cs (1)
690internal override ValidationRule LookupValidationRule(Type type)
src\Framework\System\Windows\Data\MultiBinding.cs (1)
362internal override ValidationRule LookupValidationRule(Type type)
1 reference to LookupValidationRule
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingBase.cs (1)
443return LookupValidationRule(type);