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