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