13 references to SelectionBrushProperty
PresentationFramework (13)
MS\Internal\Documents\TextBoxLine.cs (1)
203Brush selectionBrush = uiScope.GetValue(TextBoxBase.SelectionBrushProperty) as Brush;
System\Windows\Controls\FlowDocumentReader.cs (2)
51TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(FlowDocumentReader), 614TextBoxBase.SelectionBrushProperty.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
58TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(FlowDocumentScrollViewer), 471TextBoxBase.SelectionBrushProperty.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (2)
71TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(PasswordBox), 264TextBoxBase.SelectionBrushProperty.AddOwner(typeof(PasswordBox));
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
790get { return (Brush)GetValue(SelectionBrushProperty); } 791set { SetValue(SelectionBrushProperty, value); }
System\Windows\Controls\SinglePageViewer.cs (2)
54TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(FlowDocumentPageViewer), 329TextBoxBase.SelectionBrushProperty.AddOwner(typeof(FlowDocumentPageViewer));
System\windows\Documents\CaretElement.cs (1)
125Brush selectionBrush = (Brush)owner.GetValue(TextBoxBase.SelectionBrushProperty);
System\Windows\Documents\CompositionAdorner.cs (1)
171selectionBrush = (Brush)owner.GetValue(TextBoxBase.SelectionBrushProperty);