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)
33var window = interactiveWorkspace.Window;
Interactive\InteractiveDocumentNavigationService.cs (2)
39if (interactiveWorkspace.Window is null) 45var textView = interactiveWorkspace.Window.TextView;
Interactive\InteractiveGlobalUndoServiceFactory.cs (1)
63var textBuffer = interactiveWorkspace.Window.TextView.TextBuffer;