1 write to _textViewWindowInProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
OutOfProcess\TextViewWindow_OutOfProc.cs (1)
21
_textViewWindowInProc
= CreateInProcComponent(visualStudioInstance);
18 references to _textViewWindowInProc
Microsoft.VisualStudio.IntegrationTest.Utilities (18)
OutOfProcess\Editor_OutOfProc.cs (1)
31
_editorInProc = (Editor_InProc)
_textViewWindowInProc
;
OutOfProcess\InteractiveWindow_OutOfProc.cs (1)
23
_interactiveWindowInProc = (InteractiveWindow_InProc)
_textViewWindowInProc
;
OutOfProcess\TextViewWindow_OutOfProc.cs (16)
29
=>
_textViewWindowInProc
.GetCaretPosition();
32
=>
_textViewWindowInProc
.GetCaretColumn();
37
return
_textViewWindowInProc
.GetCompletionItems();
41
=>
_textViewWindowInProc
.GetVisibleColumnCount();
49
=>
_textViewWindowInProc
.PlaceCaret(
57
=>
_textViewWindowInProc
.GetCurrentClassifications();
60
=>
_textViewWindowInProc
.GetQuickInfo();
63
=>
_textViewWindowInProc
.VerifyTags(tagTypeName, expectedCount);
66
=>
_textViewWindowInProc
.ShowLightBulb();
69
=>
_textViewWindowInProc
.WaitForLightBulbSession();
72
=>
_textViewWindowInProc
.IsLightBulbSessionExpanded();
75
=>
_textViewWindowInProc
.DismissLightBulbSession();
80
_textViewWindowInProc
.DismissCompletionSessions();
84
=>
_textViewWindowInProc
.GetLightBulbActions();
87
=>
_textViewWindowInProc
.ApplyLightBulbAction(action, fixAllScope, blockUntilComplete);
106
=>
_textViewWindowInProc
.InvokeQuickInfo();