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);