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