1 instantiation of InlineRenameAdornmentManager
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\UI\InlineRenameAdornmentProvider.cs (1)
85
textView.GetOrCreateAutoClosingProperty(v => new
InlineRenameAdornmentManager
(
3 references to InlineRenameAdornmentManager
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineRename\UI\InlineRenameAdornmentProvider.cs (3)
98
if (textView.Properties.TryGetProperty(typeof(
InlineRenameAdornmentManager
), out
InlineRenameAdornmentManager
manager))
101
textView.Properties.RemoveProperty(typeof(
InlineRenameAdornmentManager
));