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