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);
66
var tagInfo =
_editorInProc
.GetTagSpans(tagId).ToList();
91
return
_editorInProc
.GetCurrentCompletionItem();
97
return
_editorInProc
.IsCompletionActive();
109
return
_editorInProc
.IsSignatureHelpActive();
115
return
_editorInProc
.GetCurrentSignature();
124
public int GetLine() =>
_editorInProc
.GetLine();
126
public 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());
190
return Deserialize(
_editorInProc
.GetOutliningSpans());