1 instantiation of NotifyDataErrorValidationRule
PresentationFramework (1)
System\Windows\Controls\NotifyDataErrorValidationRule.cs (1)
40internal static readonly NotifyDataErrorValidationRule Instance = new NotifyDataErrorValidationRule();
5 references to NotifyDataErrorValidationRule
PresentationFramework (5)
System\Windows\Controls\NotifyDataErrorValidationRule.cs (1)
40internal static readonly NotifyDataErrorValidationRule Instance = new NotifyDataErrorValidationRule();
System\Windows\Data\BindingBase.cs (2)
434if (TestFlag(BindingFlags.ValidatesOnNotifyDataErrors) && type == typeof(System.Windows.Controls.NotifyDataErrorValidationRule)) 435return System.Windows.Controls.NotifyDataErrorValidationRule.Instance;
System\Windows\Data\BindingExpressionBase.cs (1)
2290ValidationRule rule = NotifyDataErrorValidationRule.Instance;
System\Windows\Data\BindingGroup.cs (1)
1100ValidationRule rule = NotifyDataErrorValidationRule.Instance;