1 instantiation of Editor_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
InProcess\Editor_InProc.cs (1)
55
=> new
Editor_InProc
();
7 references to Editor_InProc
Microsoft.VisualStudio.IntegrationTest.Utilities (7)
InProcess\Editor_InProc.cs (1)
54
public static
Editor_InProc
Create()
InProcess\SolutionExplorer_InProc.cs (1)
523
hresult = activeVsTextView.GetData(
Editor_InProc
.IWpfTextViewId, out var wpfTextViewHost);
LightBulbHelper.cs (2)
52
var
editor =
Editor_InProc
.Create();
OutOfProcess\Editor_OutOfProc.cs (3)
24
private readonly
Editor_InProc
_editorInProc;
31
_editorInProc = (
Editor_InProc
)_textViewWindowInProc;
36
=> CreateInProcComponent<
Editor_InProc
>(visualStudioInstance);