From 240d8b001ada0ef9529b9f99bfcc4335b98af0cc Mon Sep 17 00:00:00 2001 From: David Poeschl Date: Thu, 9 Jan 2020 13:26:02 -0800 Subject: [PATCH] Loc AddParameter and label the textboxes for accessibility --- .../ChangeSignature/AddParameterDialog.xaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/VisualStudio/Core/Def/Implementation/ChangeSignature/AddParameterDialog.xaml b/src/VisualStudio/Core/Def/Implementation/ChangeSignature/AddParameterDialog.xaml index 39203f4ae8d..ebc73bd9000 100644 --- a/src/VisualStudio/Core/Def/Implementation/ChangeSignature/AddParameterDialog.xaml +++ b/src/VisualStudio/Core/Def/Implementation/ChangeSignature/AddParameterDialog.xaml @@ -5,7 +5,7 @@ x:ClassModifier="internal" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:vs="clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Shell.15.0" xmlns:changesignature="clr-namespace:Microsoft.VisualStudio.LanguageServices.Implementation.ChangeSignature" + xmlns:vs="clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Shell.15.0" Height="256" Width="500" MinHeight="256" MinWidth="500" Title="{Binding ElementName=dialog, Path=AddParameterDialogTitle}" @@ -32,16 +32,16 @@ -