2 implementations of TextSelectionLength
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameUserInputTextBox.xaml.cs (1)
28
public int
TextSelectionLength
InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.xaml.cs (1)
53
public int
TextSelectionLength
1 reference to TextSelectionLength
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
252
var length = RenameUserInput.
TextSelectionLength
;