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