5 references to SelectionTextBrushProperty
PresentationFramework (5)
MS\Internal\Documents\TextBoxLine.cs (1)
460Brush selectionTextBrush = uiScope.GetValue(TextBoxBase.SelectionTextBrushProperty) as Brush;
System\Windows\Controls\PasswordBox.cs (2)
73TextBoxBase.SelectionTextBrushProperty.OverrideMetadata(typeof(PasswordBox), 279TextBoxBase.SelectionTextBrushProperty.AddOwner(typeof(PasswordBox));
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
809get { return (Brush)GetValue(SelectionTextBrushProperty); } 810set { SetValue(SelectionTextBrushProperty, value); }