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