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