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(); 37return _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();