From 1122c78369bce45b4a68d69f1dc78940eca055f4 Mon Sep 17 00:00:00 2001 From: Trivalik <3148279+trivalik@users.noreply.github.com> Date: Thu, 27 Nov 2025 07:44:53 +0100 Subject: [PATCH] add missing whitespace after link --- xml/System.Windows.Controls/Validation.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .