5 references to Selection
PresentationFramework (5)
System\Windows\Controls\PasswordBox.cs (5)
116Selection.Select(TextContainer.Start, TextContainer.End); 1071Selection.Select(selectionStart, selectionEnd); 1197if (passwordBox.Selection != null) 1199CaretElement caretElement = passwordBox.Selection.CaretElement; 1204caretElement.UpdateCaretBrush(TextSelection.GetCaretBrush(passwordBox.Selection.TextEditor));