1 override of Title
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Interactive\CSharpVsInteractiveWindowProvider.cs (1)
56protected override string Title => CSharpVSResources.CSharp_Interactive;
3 references to Title
Microsoft.VisualStudio.LanguageServices (3)
Interactive\VsInteractiveWindowProvider.cs (3)
82_vsInteractiveWindow = _vsInteractiveWindowFactory.Create(Id, instanceId, Title, evaluator, __VSCREATETOOLWIN.CTW_fForceCreate); 89interactiveWindowPane.Caption = Title + GetFrameworkForTitle(defaultPlatform.Value); 90evaluator.OnBeforeReset += platform => interactiveWindowPane.Caption = Title + GetFrameworkForTitle(platform);