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