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)
80
TextBoxBase.
SelectionTextBrushProperty
.OverrideMetadata(typeof(PasswordBox),
284
/// <see cref="TextBoxBase.
SelectionTextBrushProperty
"/>
287
TextBoxBase.
SelectionTextBrushProperty
.AddOwner(typeof(PasswordBox));
290
/// <see cref="TextBoxBase.
SelectionTextBrushProperty
"/>
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
804
/// <see cref="
SelectionTextBrushProperty
"/>
808
get { return (Brush)GetValue(
SelectionTextBrushProperty
); }
809
set { SetValue(
SelectionTextBrushProperty
, value); }