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