4 writes to SelectionLength
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameUserInputTextBox.xaml.cs (1)
31set => SelectionLength = value;
InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.xaml.cs (1)
56set => _innerTextBox.Value.SelectionLength = value;
PresentationFramework (1)
System\Windows\Controls\ComboBox.cs (1)
810EditableTextBoxSite.SelectionLength = matchedTextInfo.TextExcludingPrefixLength;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
838EditableTextBoxSite.SelectionLength = matchedText.Length - newText.Length;
2 references to SelectionLength
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameUserInputTextBox.xaml.cs (1)
30get => SelectionLength;
InlineRename\UI\SmartRename\SmartRenameUserInputComboBox.xaml.cs (1)
55get => _innerTextBox.Value.SelectionLength;