22 references to SelectionBrushProperty
PresentationFramework (22)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
219Brush selectionBrush = uiScope.GetValue(TextBoxBase.SelectionBrushProperty) as Brush;
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (4)
58TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(FlowDocumentReader), 367/// <see cref="TextBoxBase.SelectionBrushProperty" /> 618/// <see cref="TextBoxBase.SelectionBrushProperty"/> 621TextBoxBase.SelectionBrushProperty.AddOwner(typeof(FlowDocumentReader));
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
63TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(FlowDocumentScrollViewer), 318/// <see cref="TextBoxBase.SelectionBrushProperty" /> 476/// <see cref="TextBoxBase.SelectionBrushProperty"/> 479TextBoxBase.SelectionBrushProperty.AddOwner(typeof(FlowDocumentScrollViewer));
src\Framework\System\Windows\Controls\PasswordBox.cs (4)
89TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(PasswordBox), 293/// <see cref="TextBoxBase.SelectionBrushProperty"/> 296TextBoxBase.SelectionBrushProperty.AddOwner(typeof(PasswordBox)); 299/// <see cref="TextBoxBase.SelectionBrushProperty" />
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (3)
817/// <see cref="SelectionBrushProperty"/> 821get { return (Brush)GetValue(SelectionBrushProperty); } 822set { SetValue(SelectionBrushProperty, value); }
src\Framework\System\Windows\Controls\SinglePageViewer.cs (4)
60TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(FlowDocumentPageViewer), 212/// <see cref="TextBoxBase.SelectionBrushProperty" /> 332/// <see cref="TextBoxBase.SelectionBrushProperty"/> 335TextBoxBase.SelectionBrushProperty.AddOwner(typeof(FlowDocumentPageViewer));
src\Framework\System\windows\Documents\CaretElement.cs (1)
133Brush selectionBrush = (Brush)owner.GetValue(TextBoxBase.SelectionBrushProperty);
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
177selectionBrush = (Brush)owner.GetValue(TextBoxBase.SelectionBrushProperty);