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