3 references to Title
Microsoft.VisualStudio.LanguageServices (3)
Interactive\VsInteractiveWindowProvider.cs (3)
81_vsInteractiveWindow = _vsInteractiveWindowFactory.Create(Id, instanceId, Title, evaluator, __VSCREATETOOLWIN.CTW_fForceCreate); 88interactiveWindowPane.Caption = Title + GetFrameworkForTitle(defaultPlatform.Value); 89evaluator.OnBeforeReset += platform => interactiveWindowPane.Caption = Title + GetFrameworkForTitle(platform);