7 references to ValidatesOnExceptions
PresentationFramework (7)
System\Windows\Data\Binding.cs (3)
262return TestFlag(BindingFlags.ValidatesOnExceptions); 266bool currentValue = TestFlag(BindingFlags.ValidatesOnExceptions); 270ChangeFlag(BindingFlags.ValidatesOnExceptions, value);
System\Windows\Data\BindingBase.cs (1)
429if (TestFlag(BindingFlags.ValidatesOnExceptions) && type == typeof(System.Windows.Controls.ExceptionValidationRule))
System\Windows\Data\MultiBinding.cs (3)
278return TestFlag(BindingFlags.ValidatesOnExceptions); 282bool currentValue = TestFlag(BindingFlags.ValidatesOnExceptions); 286ChangeFlag(BindingFlags.ValidatesOnExceptions, value);