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