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