2 writes to SelectionLength
PresentationFramework (1)
System\Windows\Controls\ComboBox.cs (1)
820EditableTextBoxSite.SelectionLength = matchedTextInfo.TextExcludingPrefixLength;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
840EditableTextBoxSite.SelectionLength = matchedText.Length - newText.Length;