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