diff --git a/src/VisualStudio/Core/Def/PickMembers/PickMembersDialog.xaml b/src/VisualStudio/Core/Def/PickMembers/PickMembersDialog.xaml index ea6dce3a10f54..a64ccc738c020 100644 --- a/src/VisualStudio/Core/Def/PickMembers/PickMembersDialog.xaml +++ b/src/VisualStudio/Core/Def/PickMembers/PickMembersDialog.xaml @@ -11,6 +11,8 @@ xmlns:u="clr-namespace:Microsoft.VisualStudio.LanguageServices.Implementation.Utilities" xmlns:imaging="clr-namespace:Microsoft.VisualStudio.Imaging;assembly=Microsoft.VisualStudio.Imaging" xmlns:imagecatalog="clr-namespace:Microsoft.VisualStudio.Imaging;assembly=Microsoft.VisualStudio.ImageCatalog" + xmlns:vsshell="clr-namespace:Microsoft.VisualStudio.Shell;assembly=Microsoft.VisualStudio.Shell.15.0" + xmlns:platformimaging="clr-namespace:Microsoft.VisualStudio.PlatformUI;assembly=Microsoft.VisualStudio.Imaging" mc:Ignorable="d" d:DesignHeight="380" d:DesignWidth="460" Height="380" Width="460" @@ -21,12 +23,17 @@ ResizeMode="CanResizeWithGrip" ShowInTaskbar="False" HasDialogFrame="True" - WindowStartupLocation="CenterOwner"> + WindowStartupLocation="CenterOwner" + vs:ThemedDialogStyleLoader.UseDefaultThemedDialogStyles="True" + Background="{DynamicResource {x:Static vs:ThemedDialogColors.WindowPanelBrushKey}}" + platformimaging:ImageThemingUtilities.ImageBackgroundColor="{StaticResource {x:Static vsshell:VsColors.ToolWindowBackgroundKey}}"> + +