4 references to GetCaretBrush
PresentationFramework (4)
System\Windows\Controls\PasswordBox.cs (1)
1204
caretElement.UpdateCaretBrush(TextSelection.
GetCaretBrush
(passwordBox.Selection.TextEditor));
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2124
caretElement.UpdateCaretBrush(TextSelection.
GetCaretBrush
(textBoxBase.TextEditor));
System\windows\Documents\TextEditorDragDrop.cs (1)
414
Brush caretBrush = TextSelection.
GetCaretBrush
(_textEditor);
System\windows\Documents\TextSelection.cs (1)
2130
Brush caretBrush =
GetCaretBrush
(_textEditor);