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