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