8 references to SelectionTextBrushProperty
PresentationFramework (8)
MS\Internal\Documents\TextBoxLine.cs (1)
467
Brush selectionTextBrush = uiScope.GetValue(TextBoxBase.
SelectionTextBrushProperty
) as Brush;
System\Windows\Controls\PasswordBox.cs (4)
74
TextBoxBase.
SelectionTextBrushProperty
.OverrideMetadata(typeof(PasswordBox),
277
/// <see cref="TextBoxBase.
SelectionTextBrushProperty
"/>
280
TextBoxBase.
SelectionTextBrushProperty
.AddOwner(typeof(PasswordBox));
283
/// <see cref="TextBoxBase.
SelectionTextBrushProperty
"/>
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
806
/// <see cref="
SelectionTextBrushProperty
"/>
810
get { return (Brush)GetValue(
SelectionTextBrushProperty
); }
811
set { SetValue(
SelectionTextBrushProperty
, value); }