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