5 references to Selection
PresentationFramework (5)
System\Windows\Controls\PasswordBox.cs (5)
123Selection.Select(TextContainer.Start, TextContainer.End); 1087Selection.Select(selectionStart, selectionEnd); 1216if (passwordBox.Selection != null) 1218CaretElement caretElement = passwordBox.Selection.CaretElement; 1223caretElement.UpdateCaretBrush(TextSelection.GetCaretBrush(passwordBox.Selection.TextEditor));