1 write to Window
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\InteractiveEvaluator.cs (1)
137
_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)
39
if (interactiveWorkspace.
Window
is null)
45
var textView = interactiveWorkspace.
Window
.TextView;
Interactive\InteractiveGlobalUndoServiceFactory.cs (1)
63
var textBuffer = interactiveWorkspace.
Window
.TextView.TextBuffer;