22 references to SelectionBrushProperty
PresentationFramework (22)
MS\Internal\Documents\TextBoxLine.cs (1)
217Brush selectionBrush = uiScope.GetValue(TextBoxBase.SelectionBrushProperty) as Brush;
System\Windows\Controls\FlowDocumentReader.cs (4)
57TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(FlowDocumentReader), 366/// <see cref="TextBoxBase.SelectionBrushProperty" /> 617/// <see cref="TextBoxBase.SelectionBrushProperty"/> 620TextBoxBase.SelectionBrushProperty.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
62TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(FlowDocumentScrollViewer), 317/// <see cref="TextBoxBase.SelectionBrushProperty" /> 475/// <see cref="TextBoxBase.SelectionBrushProperty"/> 478TextBoxBase.SelectionBrushProperty.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (4)
86TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(PasswordBox), 277/// <see cref="TextBoxBase.SelectionBrushProperty"/> 280TextBoxBase.SelectionBrushProperty.AddOwner(typeof(PasswordBox)); 283/// <see cref="TextBoxBase.SelectionBrushProperty" />
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
794/// <see cref="SelectionBrushProperty"/> 798get { return (Brush)GetValue(SelectionBrushProperty); } 799set { SetValue(SelectionBrushProperty, value); }
System\Windows\Controls\SinglePageViewer.cs (4)
58TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(FlowDocumentPageViewer), 210/// <see cref="TextBoxBase.SelectionBrushProperty" /> 330/// <see cref="TextBoxBase.SelectionBrushProperty"/> 333TextBoxBase.SelectionBrushProperty.AddOwner(typeof(FlowDocumentPageViewer));
System\windows\Documents\CaretElement.cs (1)
130Brush selectionBrush = (Brush)owner.GetValue(TextBoxBase.SelectionBrushProperty);
System\Windows\Documents\CompositionAdorner.cs (1)
175selectionBrush = (Brush)owner.GetValue(TextBoxBase.SelectionBrushProperty);