8 references to SelectionTextBrushProperty
PresentationFramework (8)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
476Brush selectionTextBrush = uiScope.GetValue(TextBoxBase.SelectionTextBrushProperty) as Brush;
src\Framework\System\Windows\Controls\PasswordBox.cs (4)
91TextBoxBase.SelectionTextBrushProperty.OverrideMetadata(typeof(PasswordBox), 308/// <see cref="TextBoxBase.SelectionTextBrushProperty"/> 311TextBoxBase.SelectionTextBrushProperty.AddOwner(typeof(PasswordBox)); 314/// <see cref="TextBoxBase.SelectionTextBrushProperty"/>
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (3)
836/// <see cref="SelectionTextBrushProperty"/> 840get { return (Brush)GetValue(SelectionTextBrushProperty); } 841set { SetValue(SelectionTextBrushProperty, value); }