7 references to IntegrationHelper
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (7)
InfrastructureTests.cs (4)
40var modalWindow = IntegrationHelper.GetModalWindowFromParentWindow(await TestServices.Shell.GetMainWindowAsync(HangMitigatingCancellationToken)); 43Assert.Equal("Microsoft Visual Studio", IntegrationHelper.GetTitleForWindow(modalWindow)); 47modalWindow = IntegrationHelper.GetModalWindowFromParentWindow(await TestServices.Shell.GetMainWindowAsync(HangMitigatingCancellationToken)); 50switch (IntegrationHelper.GetTitleForWindow(modalWindow))
InProcess\StateResetInProcess.cs (3)
108var modalWindow = IntegrationHelper.GetModalWindowFromParentWindow(mainWindow); 111if ("Default IME" == IntegrationHelper.GetTitleForWindow(modalWindow)) 119var nextModalWindow = IntegrationHelper.GetModalWindowFromParentWindow(mainWindow);