1 instantiation of SmartRenameUserInputComboBox
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
53
RenameUserInput = _viewModel.SmartRenameViewModel is null ? new RenameUserInputTextBox(_viewModel) : new
SmartRenameUserInputComboBox
(_viewModel);
2 references to SmartRenameUserInputComboBox
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.g.cs (2)
45
internal Microsoft.CodeAnalysis.InlineRename.UI.SmartRename.
SmartRenameUserInputComboBox
SmartRenameInputControl;
82
this.SmartRenameInputControl = ((Microsoft.CodeAnalysis.InlineRename.UI.SmartRename.
SmartRenameUserInputComboBox
)(target));