8 references to SelectionTextBrushProperty
PresentationFramework (8)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
476
Brush selectionTextBrush = uiScope.GetValue(TextBoxBase.
SelectionTextBrushProperty
) as Brush;
src\Framework\System\Windows\Controls\PasswordBox.cs (4)
91
TextBoxBase.
SelectionTextBrushProperty
.OverrideMetadata(typeof(PasswordBox),
308
/// <see cref="TextBoxBase.
SelectionTextBrushProperty
"/>
311
TextBoxBase.
SelectionTextBrushProperty
.AddOwner(typeof(PasswordBox));
314
/// <see cref="TextBoxBase.
SelectionTextBrushProperty
"/>
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (3)
836
/// <see cref="
SelectionTextBrushProperty
"/>
840
get { return (Brush)GetValue(
SelectionTextBrushProperty
); }
841
set { SetValue(
SelectionTextBrushProperty
, value); }