1 instantiation of NotifyDataErrorValidationRule
PresentationFramework (1)
System\Windows\Controls\NotifyDataErrorValidationRule.cs (1)
49
internal static readonly NotifyDataErrorValidationRule Instance = new
NotifyDataErrorValidationRule
();
5 references to NotifyDataErrorValidationRule
PresentationFramework (5)
System\Windows\Controls\NotifyDataErrorValidationRule.cs (1)
49
internal static readonly
NotifyDataErrorValidationRule
Instance = new NotifyDataErrorValidationRule();
System\Windows\Data\BindingBase.cs (2)
437
if (TestFlag(BindingFlags.ValidatesOnNotifyDataErrors) && type == typeof(System.Windows.Controls.
NotifyDataErrorValidationRule
))
438
return System.Windows.Controls.
NotifyDataErrorValidationRule
.Instance;
System\Windows\Data\BindingExpressionBase.cs (1)
2314
ValidationRule rule =
NotifyDataErrorValidationRule
.Instance;
System\Windows\Data\BindingGroup.cs (1)
1118
ValidationRule rule =
NotifyDataErrorValidationRule
.Instance;