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)
47
private readonly
SendKeys_InProc
_sendKeys;
InProcess\SolutionExplorer_InProc.cs (1)
32
private readonly
SendKeys_InProc
_sendKeys;