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