5 references to Selection
PresentationFramework (5)
System\Windows\Controls\PasswordBox.cs (5)
131Selection.Select(TextContainer.Start, TextContainer.End); 1095Selection.Select(selectionStart, selectionEnd); 1224if (passwordBox.Selection != null) 1226CaretElement caretElement = passwordBox.Selection.CaretElement; 1231caretElement.UpdateCaretBrush(TextSelection.GetCaretBrush(passwordBox.Selection.TextEditor));