7 references to ValidatesOnExceptions
PresentationFramework (7)
System\Windows\Data\Binding.cs (3)
244return TestFlag(BindingFlags.ValidatesOnExceptions); 248bool currentValue = TestFlag(BindingFlags.ValidatesOnExceptions); 252ChangeFlag(BindingFlags.ValidatesOnExceptions, value);
System\Windows\Data\BindingBase.cs (1)
428if (TestFlag(BindingFlags.ValidatesOnExceptions) && type == typeof(System.Windows.Controls.ExceptionValidationRule))
System\Windows\Data\MultiBinding.cs (3)
277return TestFlag(BindingFlags.ValidatesOnExceptions); 281bool currentValue = TestFlag(BindingFlags.ValidatesOnExceptions); 285ChangeFlag(BindingFlags.ValidatesOnExceptions, value);