1 write to _userChangedTextSelection
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.xaml.cs (1)
40
textBox.SelectionChanged += (sender, e) =>
_userChangedTextSelection
= true;
1 reference to _userChangedTextSelection
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.xaml.cs (1)
133
if (!
_userChangedTextSelection
)