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