diff --git a/xml/System.Windows.Controls/Validation.xml b/xml/System.Windows.Controls/Validation.xml index 7ab6da28c92..db69f426485 100644 --- a/xml/System.Windows.Controls/Validation.xml +++ b/xml/System.Windows.Controls/Validation.xml @@ -142,7 +142,7 @@ 5. If the binding has an associated with it and an exception is thrown during step 4, the binding engine checks to see if there is a . You have the option to use the callback to provide a custom handler for handling exceptions. If an is not specified on the , the binding engine creates a with the exception and adds it to the collection of the bound element. - Also note that a valid value transfer in either direction (target-to-source or source-to-target) clears the .attached property. + Also note that a valid value transfer in either direction (target-to-source or source-to-target) clears the . attached property. For more information, see "Data Validation" in [Data Binding Overview](/dotnet/framework/wpf/data/data-binding-overview). @@ -223,7 +223,7 @@ 5. If the binding has an associated with it and an exception is thrown during step 4, the binding engine checks to see if there is a . You have the option to use the callback to provide a custom handler for handling exceptions. If an is not specified on the , the binding engine creates a with the exception and adds it to the collection of the bound element. - Also note that a valid value transfer in either direction (target-to-source or source-to-target) clears the .attached property. + Also note that a valid value transfer in either direction (target-to-source or source-to-target) clears the . attached property. For information about the behavior of this property in scenarios, see .