22 references to SelectionBrushProperty
PresentationFramework (22)
MS\Internal\Documents\TextBoxLine.cs (1)
209Brush selectionBrush = uiScope.GetValue(TextBoxBase.SelectionBrushProperty) as Brush;
System\Windows\Controls\FlowDocumentReader.cs (4)
51TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(FlowDocumentReader), 360/// <see cref="TextBoxBase.SelectionBrushProperty" /> 611/// <see cref="TextBoxBase.SelectionBrushProperty"/> 614TextBoxBase.SelectionBrushProperty.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
58TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(FlowDocumentScrollViewer), 313/// <see cref="TextBoxBase.SelectionBrushProperty" /> 471/// <see cref="TextBoxBase.SelectionBrushProperty"/> 474TextBoxBase.SelectionBrushProperty.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (4)
71TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(PasswordBox), 261/// <see cref="TextBoxBase.SelectionBrushProperty"/> 264TextBoxBase.SelectionBrushProperty.AddOwner(typeof(PasswordBox)); 267/// <see cref="TextBoxBase.SelectionBrushProperty" />
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
786/// <see cref="SelectionBrushProperty"/> 790get { return (Brush)GetValue(SelectionBrushProperty); } 791set { SetValue(SelectionBrushProperty, value); }
System\Windows\Controls\SinglePageViewer.cs (4)
54TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(FlowDocumentPageViewer), 206/// <see cref="TextBoxBase.SelectionBrushProperty" /> 326/// <see cref="TextBoxBase.SelectionBrushProperty"/> 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);