1 instantiation of PickMembersDialog
Microsoft.VisualStudio.LanguageServices (1)
PickMembers\VisualStudioPickMembersService.cs (1)
35var dialog = new PickMembersDialog(viewModel, title);
13 references to PickMembersDialog
Microsoft.VisualStudio.IntegrationTest.Utilities (6)
InProcess\PickMembersDialog_InProc.cs (6)
48private static async Task<PickMembersDialog> GetDialogAsync(CancellationToken cancellationToken) 51return Application.Current.Windows.OfType<PickMembersDialog>().Single(); 54private static async Task<PickMembersDialog> TryGetDialogAsync(CancellationToken cancellationToken) 57return Application.Current.Windows.OfType<PickMembersDialog>().SingleOrDefault(); 60private static async Task ClickAsync(Func<PickMembersDialog.TestAccessor, ButtonBase> buttonSelector, CancellationToken cancellationToken) 63var dialog = await GetDialogAsync(cancellationToken);
Microsoft.VisualStudio.LanguageServices (7)
PickMembers\PickMembersDialog.xaml.cs (4)
50typeof(PickMembersDialog), 57typeof(PickMembersDialog), 153private readonly PickMembersDialog _dialog; 155public TestAccessor(PickMembersDialog dialog)
PickMembers\VisualStudioPickMembersService.cs (1)
35var dialog = new PickMembersDialog(viewModel, title);
PickMembersDialog.g.cs (2)
48internal Microsoft.VisualStudio.LanguageServices.Implementation.PickMembers.PickMembersDialog dialog; 156this.dialog = ((Microsoft.VisualStudio.LanguageServices.Implementation.PickMembers.PickMembersDialog)(target));