From 9c0390d6012b8ae409cd2bfd87c8523922d43fcd Mon Sep 17 00:00:00 2001 From: Leon Bambrick Date: Wed, 24 Mar 2021 02:10:03 +1000 Subject: [PATCH] extraneous double quote (#1017) --- ...kthrough-hosting-a-wpf-composite-control-in-windows-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-wpf-composite-control-in-windows-forms.md b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-wpf-composite-control-in-windows-forms.md index 86a3fda..41b724e 100644 --- a/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-wpf-composite-control-in-windows-forms.md +++ b/dotnet-desktop-guide/framework/wpf/advanced/walkthrough-hosting-a-wpf-composite-control-in-windows-forms.md @@ -177,7 +177,7 @@ namespace MyControls ## Implementing the Windows Forms Host Application The Windows Forms host application uses an object to host the [!INCLUDE[TLA2#tla_winclient](../../../includes/tla2sharptla-winclient-md.md)] composite control. The application handles the `OnButtonClick` event to receive the data from the composite control. The application also has a set of option buttons that you can use to modify the control's appearance. The following illustration shows the application. -The following image shows a WPF composite control hosted in a Windows Forms application" +The following image shows a WPF composite control hosted in a Windows Forms application ![Screenshot that shows a Windows Form Hosting Avalon control.](./media/walkthrough-hosting-a-wpf-composite-control-in-windows-forms/windows-form-hosting-avalon-control.png)