2 references to CreateNewFileComboBox
Microsoft.VisualStudio.IntegrationTest.Utilities (2)
InProcess\GenerateTypeDialog_InProc.cs (2)
123
Contract.ThrowIfFalse(await dialog.GetTestAccessor().
CreateNewFileComboBox
.SimulateSelectItemAsync(JoinableTaskFactory, newFileName, mustExist: false));
137
return dialog.GetTestAccessor().
CreateNewFileComboBox
.Items.Cast<string>().ToArray();