7 references to ValidatesOnExceptions
PresentationFramework (7)
src\Framework\System\Windows\Data\Binding.cs (3)
276return TestFlag(BindingFlags.ValidatesOnExceptions); 280bool currentValue = TestFlag(BindingFlags.ValidatesOnExceptions); 284ChangeFlag(BindingFlags.ValidatesOnExceptions, value);
src\Framework\System\Windows\Data\BindingBase.cs (1)
434if (TestFlag(BindingFlags.ValidatesOnExceptions) && type == typeof(System.Windows.Controls.ExceptionValidationRule))
src\Framework\System\Windows\Data\MultiBinding.cs (3)
288return TestFlag(BindingFlags.ValidatesOnExceptions); 292bool currentValue = TestFlag(BindingFlags.ValidatesOnExceptions); 296ChangeFlag(BindingFlags.ValidatesOnExceptions, value);