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