8 references to SelectionTextBrushProperty
PresentationFramework (8)
MS\Internal\Documents\TextBoxLine.cs (1)
466
Brush selectionTextBrush = uiScope.GetValue(TextBoxBase.
SelectionTextBrushProperty
) as Brush;
System\Windows\Controls\PasswordBox.cs (4)
73
TextBoxBase.
SelectionTextBrushProperty
.OverrideMetadata(typeof(PasswordBox),
276
/// <see cref="TextBoxBase.
SelectionTextBrushProperty
"/>
279
TextBoxBase.
SelectionTextBrushProperty
.AddOwner(typeof(PasswordBox));
282
/// <see cref="TextBoxBase.
SelectionTextBrushProperty
"/>
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
805
/// <see cref="
SelectionTextBrushProperty
"/>
809
get { return (Brush)GetValue(
SelectionTextBrushProperty
); }
810
set { SetValue(
SelectionTextBrushProperty
, value); }