7 references to ValidatesOnExceptions
PresentationFramework (7)
System\Windows\Data\Binding.cs (3)
270return TestFlag(BindingFlags.ValidatesOnExceptions); 274bool currentValue = TestFlag(BindingFlags.ValidatesOnExceptions); 278ChangeFlag(BindingFlags.ValidatesOnExceptions, value);
System\Windows\Data\BindingBase.cs (1)
431if (TestFlag(BindingFlags.ValidatesOnExceptions) && type == typeof(System.Windows.Controls.ExceptionValidationRule))
System\Windows\Data\MultiBinding.cs (3)
283return TestFlag(BindingFlags.ValidatesOnExceptions); 287bool currentValue = TestFlag(BindingFlags.ValidatesOnExceptions); 291ChangeFlag(BindingFlags.ValidatesOnExceptions, value);