4 references to GetCaretBrush
PresentationFramework (4)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
1265
caretElement.UpdateCaretBrush(TextSelection.
GetCaretBrush
(passwordBox.Selection.TextEditor));
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2240
caretElement.UpdateCaretBrush(TextSelection.
GetCaretBrush
(textBoxBase.TextEditor));
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
444
Brush caretBrush = TextSelection.
GetCaretBrush
(_textEditor);
src\Framework\System\windows\Documents\TextSelection.cs (1)
2157
Brush caretBrush =
GetCaretBrush
(_textEditor);