5 references to Selection
PresentationFramework (5)
System\Windows\Controls\PasswordBox.cs (5)
123
Selection
.Select(TextContainer.Start, TextContainer.End);
1087
Selection
.Select(selectionStart, selectionEnd);
1216
if (passwordBox.
Selection
!= null)
1218
CaretElement caretElement = passwordBox.
Selection
.CaretElement;
1223
caretElement.UpdateCaretBrush(TextSelection.GetCaretBrush(passwordBox.
Selection
.TextEditor));