5 references to Selection
PresentationFramework (5)
System\Windows\Controls\PasswordBox.cs (5)
117Selection.Select(TextContainer.Start, TextContainer.End); 1072Selection.Select(selectionStart, selectionEnd); 1198if (passwordBox.Selection != null) 1200CaretElement caretElement = passwordBox.Selection.CaretElement; 1205caretElement.UpdateCaretBrush(TextSelection.GetCaretBrush(passwordBox.Selection.TextEditor));