1 write to Window
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveEvaluator.cs (1)
138
_workspace.
Window
= value;
4 references to Window
Microsoft.CodeAnalysis.EditorFeatures.Wpf (4)
Interactive\AbstractInteractiveWindowCommandCompletionProvider.cs (1)
33
var window = interactiveWorkspace.
Window
;
Interactive\InteractiveDocumentNavigationService.cs (2)
46
if (interactiveWorkspace.
Window
is null)
52
var textView = interactiveWorkspace.
Window
.TextView;
Interactive\InteractiveGlobalUndoServiceFactory.cs (1)
63
var textBuffer = interactiveWorkspace.
Window
.TextView.TextBuffer;