diff --git a/src/EditorFeatures/Core/InlineRename/UI/Adornment/RenameFlyout.xaml b/src/EditorFeatures/Core/InlineRename/UI/Adornment/RenameFlyout.xaml index 36632cbe37f86..0be8609cb7181 100644 --- a/src/EditorFeatures/Core/InlineRename/UI/Adornment/RenameFlyout.xaml +++ b/src/EditorFeatures/Core/InlineRename/UI/Adornment/RenameFlyout.xaml @@ -15,12 +15,12 @@ KeyDown="Adornment_KeyDown" MouseDown="Adornment_ConsumeMouseEvent" MouseUp="Adornment_ConsumeMouseEvent" - GotKeyboardFocus="Adornment_GotKeyboardFocus" - Focusable="False" + Focusable="True" UseLayoutRounding="True" Cursor="Arrow" Visibility="{Binding Path=Visibility}" - x:Name="control"> + x:Name="control" + KeyboardNavigation.TabNavigation="Cycle"> @@ -45,7 +45,8 @@ + HorizontalAlignment="Stretch" + Focusable="False"/>