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