2 instantiations of SendKeys_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (2)
InProcess\Editor_InProc.cs (1)
51_sendKeys = new SendKeys_InProc(VisualStudio_InProc.Create());
InProcess\SolutionExplorer_InProc.cs (1)
41_sendKeys = new SendKeys_InProc(VisualStudio_InProc.Create());
2 references to SendKeys_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (2)
InProcess\Editor_InProc.cs (1)
47private readonly SendKeys_InProc _sendKeys;
InProcess\SolutionExplorer_InProc.cs (1)
32private readonly SendKeys_InProc _sendKeys;