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