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