1 override of Title
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Interactive\CSharpVsInteractiveWindowProvider.cs (1)
56
protected 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);
89
interactiveWindowPane.Caption =
Title
+ GetFrameworkForTitle(defaultPlatform.Value);
90
evaluator.OnBeforeReset += platform => interactiveWindowPane.Caption =
Title
+ GetFrameworkForTitle(platform);