7 references to ValidatesOnExceptions
PresentationFramework (7)
System\Windows\Data\Binding.cs (3)
262
return TestFlag(BindingFlags.
ValidatesOnExceptions
);
266
bool currentValue = TestFlag(BindingFlags.
ValidatesOnExceptions
);
270
ChangeFlag(BindingFlags.
ValidatesOnExceptions
, value);
System\Windows\Data\BindingBase.cs (1)
429
if (TestFlag(BindingFlags.
ValidatesOnExceptions
) && type == typeof(System.Windows.Controls.ExceptionValidationRule))
System\Windows\Data\MultiBinding.cs (3)
278
return TestFlag(BindingFlags.
ValidatesOnExceptions
);
282
bool currentValue = TestFlag(BindingFlags.
ValidatesOnExceptions
);
286
ChangeFlag(BindingFlags.
ValidatesOnExceptions
, value);