1 instantiation of InlineRenameAdornmentManager
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\InlineRenameAdornmentProvider.cs (1)
70
textView.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)
82
if (textView.Properties.TryGetProperty(typeof(
InlineRenameAdornmentManager
), out
InlineRenameAdornmentManager
manager))
85
textView.Properties.RemoveProperty(typeof(
InlineRenameAdornmentManager
));