1 write to _editorInProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
OutOfProcess\Editor_OutOfProc.cs (1)
31_editorInProc = (Editor_InProc)_textViewWindowInProc;
30 references to _editorInProc
Microsoft.VisualStudio.IntegrationTest.Utilities (30)
OutOfProcess\Editor_OutOfProc.cs (30)
39=> _editorInProc.Activate(); 42=> _editorInProc.GetText(); 45=> _editorInProc.SetText(value); 48=> _editorInProc.GetCurrentLineText(); 51=> _editorInProc.GetLineTextBeforeCaret(); 54=> _editorInProc.GetLineTextAfterCaret(); 57=> _editorInProc.MoveCaret(position); 66var tagInfo = _editorInProc.GetTagSpans(tagId).ToList(); 91return _editorInProc.GetCurrentCompletionItem(); 97return _editorInProc.IsCompletionActive(); 109return _editorInProc.IsSignatureHelpActive(); 115return _editorInProc.GetCurrentSignature(); 124public int GetLine() => _editorInProc.GetLine(); 126public int GetColumn() => _editorInProc.GetColumn(); 129=> _editorInProc.ReplaceText(oldText, newText); 132=> _editorInProc.IsCaretOnScreen(); 135=> _editorInProc.AddWinFormButton(buttonName); 138=> _editorInProc.DeleteWinFormButton(buttonName); 141=> _editorInProc.EditWinFormButtonProperty(buttonName, propertyName, propertyValue, propertyTypeName); 144=> _editorInProc.EditWinFormButtonEvent(buttonName, eventName, eventHandlerName); 147=> _editorInProc.GetWinFormButtonPropertyValue(buttonName, propertyName); 161=> _editorInProc.VerifyDialog(dialogName, isOpen); 164=> _editorInProc.PressDialogButton(dialogAutomationName, buttonAutomationName); 167=> _editorInProc.DialogSendKeys(dialogAutomationName, keys); 170=> _editorInProc.Undo(); 173=> _editorInProc.Redo(); 176=> _editorInProc.GetLightbulbPreviewClassifications(menuText); 181_editorInProc.SetUseSuggestionMode(value); 185=> Deserialize(_editorInProc.GetHighlightTags()); 190return Deserialize(_editorInProc.GetOutliningSpans());