5 references to Selection
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordBox.cs (5)
134Selection.Select(TextContainer.Start, TextContainer.End); 1118Selection.Select(selectionStart, selectionEnd); 1258if (passwordBox.Selection != null) 1260CaretElement caretElement = passwordBox.Selection.CaretElement; 1265caretElement.UpdateCaretBrush(TextSelection.GetCaretBrush(passwordBox.Selection.TextEditor));