22 references to SelectionBrushProperty
PresentationFramework (22)
MS\Internal\Documents\TextBoxLine.cs (1)
210
Brush selectionBrush = uiScope.GetValue(TextBoxBase.
SelectionBrushProperty
) as Brush;
System\Windows\Controls\FlowDocumentReader.cs (4)
52
TextBoxBase.
SelectionBrushProperty
.OverrideMetadata(typeof(FlowDocumentReader),
361
/// <see cref="TextBoxBase.
SelectionBrushProperty
" />
612
/// <see cref="TextBoxBase.
SelectionBrushProperty
"/>
615
TextBoxBase.
SelectionBrushProperty
.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
59
TextBoxBase.
SelectionBrushProperty
.OverrideMetadata(typeof(FlowDocumentScrollViewer),
314
/// <see cref="TextBoxBase.
SelectionBrushProperty
" />
472
/// <see cref="TextBoxBase.
SelectionBrushProperty
"/>
475
TextBoxBase.
SelectionBrushProperty
.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (4)
72
TextBoxBase.
SelectionBrushProperty
.OverrideMetadata(typeof(PasswordBox),
262
/// <see cref="TextBoxBase.
SelectionBrushProperty
"/>
265
TextBoxBase.
SelectionBrushProperty
.AddOwner(typeof(PasswordBox));
268
/// <see cref="TextBoxBase.
SelectionBrushProperty
" />
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
787
/// <see cref="
SelectionBrushProperty
"/>
791
get { return (Brush)GetValue(
SelectionBrushProperty
); }
792
set { SetValue(
SelectionBrushProperty
, value); }
System\Windows\Controls\SinglePageViewer.cs (4)
55
TextBoxBase.
SelectionBrushProperty
.OverrideMetadata(typeof(FlowDocumentPageViewer),
207
/// <see cref="TextBoxBase.
SelectionBrushProperty
" />
327
/// <see cref="TextBoxBase.
SelectionBrushProperty
"/>
330
TextBoxBase.
SelectionBrushProperty
.AddOwner(typeof(FlowDocumentPageViewer));
System\windows\Documents\CaretElement.cs (1)
126
Brush selectionBrush = (Brush)owner.GetValue(TextBoxBase.
SelectionBrushProperty
);
System\Windows\Documents\CompositionAdorner.cs (1)
172
selectionBrush = (Brush)owner.GetValue(TextBoxBase.
SelectionBrushProperty
);