1 instantiation of InlineRenameAdornmentManager
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\InlineRenameAdornmentProvider.cs (1)
70textView.GetOrCreateAutoClosingProperty(v => new InlineRenameAdornmentManager(_renameService, _editorFormatMapService, _dashboardColorUpdater, v, _globalOptionService, _themeingService, _asyncQuickInfoBroker, _listenerProvider));
3 references to InlineRenameAdornmentManager
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineRename\UI\InlineRenameAdornmentProvider.cs (3)
82if (textView.Properties.TryGetProperty(typeof(InlineRenameAdornmentManager), out InlineRenameAdornmentManager manager)) 85textView.Properties.RemoveProperty(typeof(InlineRenameAdornmentManager));