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