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