2 types derived from InlineRenameAdornment
Microsoft.CodeAnalysis.EditorFeatures (2)
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures\Release\net472\InlineRename\UI\Adornment\RenameFlyout.g.cs (1)
41
internal partial class RenameFlyout : Microsoft.CodeAnalysis.Editor.Implementation.InlineRename.
InlineRenameAdornment
, System.Windows.Markup.IComponentConnector {
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
23
internal partial class RenameFlyout :
InlineRenameAdornment
5 references to InlineRenameAdornment
Microsoft.CodeAnalysis.EditorFeatures (5)
InlineRename\CommandHandlers\RenameCommandHandler.cs (2)
53
private static
InlineRenameAdornment
? GetAdornment(ITextView textView)
61
? adornment.Elements[0].Adornment as
InlineRenameAdornment
InlineRename\UI\InlineRenameAdornmentManager.cs (3)
89
var
adornment = GetAdornment();
103
(tag, adornment) => ((
InlineRenameAdornment
)adornment).Dispose());
107
private
InlineRenameAdornment
? GetAdornment()