4 types derived from TextViewWindow_OutOfProc
Microsoft.VisualStudio.IntegrationTest.Utilities (4)
OutOfProcess\Editor_OutOfProc.cs (1)
20
public partial class Editor_OutOfProc :
TextViewWindow_OutOfProc
OutOfProcess\Editor_OutOfProc.Verifier.cs (1)
14
public partial class Editor_OutOfProc :
TextViewWindow_OutOfProc
OutOfProcess\InteractiveWindow_OutOfProc.cs (1)
12
public abstract partial class InteractiveWindow_OutOfProc :
TextViewWindow_OutOfProc
OutOfProcess\InteractiveWindow_OutOfProc.Verifier.cs (1)
13
public abstract partial class InteractiveWindow_OutOfProc :
TextViewWindow_OutOfProc
3 references to TextViewWindow_OutOfProc
Microsoft.VisualStudio.IntegrationTest.Utilities (3)
OutOfProcess\TextViewWindow_OutOfProc.cs (2)
13
public Verifier<
TextViewWindow_OutOfProc
> Verify { get; }
23
Verify = new Verifier<
TextViewWindow_OutOfProc
>(this, visualStudioInstance);
OutOfProcess\TextViewWindow_OutOfProc.Verifier.cs (1)
18
public class Verifier<TTextViewWindow> where TTextViewWindow :
TextViewWindow_OutOfProc