2 implementations of TextSelectionStart
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameUserInputTextBox.xaml.cs (1)
22
public int
TextSelectionStart
InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.xaml.cs (1)
47
public int
TextSelectionStart
1 reference to TextSelectionStart
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
251
var start = RenameUserInput.
TextSelectionStart
;