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