22 references to SelectionBrushProperty
PresentationFramework (22)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
219
Brush selectionBrush = uiScope.GetValue(TextBoxBase.
SelectionBrushProperty
) as Brush;
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (4)
58
TextBoxBase.
SelectionBrushProperty
.OverrideMetadata(typeof(FlowDocumentReader),
367
/// <see cref="TextBoxBase.
SelectionBrushProperty
" />
618
/// <see cref="TextBoxBase.
SelectionBrushProperty
"/>
621
TextBoxBase.
SelectionBrushProperty
.AddOwner(typeof(FlowDocumentReader));
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
63
TextBoxBase.
SelectionBrushProperty
.OverrideMetadata(typeof(FlowDocumentScrollViewer),
318
/// <see cref="TextBoxBase.
SelectionBrushProperty
" />
476
/// <see cref="TextBoxBase.
SelectionBrushProperty
"/>
479
TextBoxBase.
SelectionBrushProperty
.AddOwner(typeof(FlowDocumentScrollViewer));
src\Framework\System\Windows\Controls\PasswordBox.cs (4)
89
TextBoxBase.
SelectionBrushProperty
.OverrideMetadata(typeof(PasswordBox),
293
/// <see cref="TextBoxBase.
SelectionBrushProperty
"/>
296
TextBoxBase.
SelectionBrushProperty
.AddOwner(typeof(PasswordBox));
299
/// <see cref="TextBoxBase.
SelectionBrushProperty
" />
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (3)
817
/// <see cref="
SelectionBrushProperty
"/>
821
get { return (Brush)GetValue(
SelectionBrushProperty
); }
822
set { SetValue(
SelectionBrushProperty
, value); }
src\Framework\System\Windows\Controls\SinglePageViewer.cs (4)
60
TextBoxBase.
SelectionBrushProperty
.OverrideMetadata(typeof(FlowDocumentPageViewer),
212
/// <see cref="TextBoxBase.
SelectionBrushProperty
" />
332
/// <see cref="TextBoxBase.
SelectionBrushProperty
"/>
335
TextBoxBase.
SelectionBrushProperty
.AddOwner(typeof(FlowDocumentPageViewer));
src\Framework\System\windows\Documents\CaretElement.cs (1)
133
Brush selectionBrush = (Brush)owner.GetValue(TextBoxBase.
SelectionBrushProperty
);
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
177
selectionBrush = (Brush)owner.GetValue(TextBoxBase.
SelectionBrushProperty
);