23 references to SelectionOpacityProperty
PresentationFramework (23)
MS\Internal\Documents\TextBoxLine.cs (1)
214
double selectionBrushOpacity = (double)uiScope.GetValue(TextBoxBase.
SelectionOpacityProperty
);
System\Windows\Controls\FlowDocumentReader.cs (4)
54
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(FlowDocumentReader),
370
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
618
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
621
TextBoxBase.
SelectionOpacityProperty
.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
61
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(FlowDocumentScrollViewer),
323
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
478
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
481
TextBoxBase.
SelectionOpacityProperty
.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (4)
76
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(PasswordBox),
292
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
295
TextBoxBase.
SelectionOpacityProperty
.AddOwner(typeof(PasswordBox));
298
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
838
/// <see cref="
SelectionOpacityProperty
"/>
842
get { return (double)GetValue(
SelectionOpacityProperty
); }
843
set { SetValue(
SelectionOpacityProperty
, value); }
System\Windows\Controls\RichTextBox.cs (1)
57
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(RichTextBox), new FrameworkPropertyMetadata(TextBoxBase.AdornerSelectionOpacityDefaultValue));
System\Windows\Controls\SinglePageViewer.cs (4)
57
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(FlowDocumentPageViewer),
216
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
333
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
336
TextBoxBase.
SelectionOpacityProperty
.AddOwner(typeof(FlowDocumentPageViewer));
System\windows\Documents\CaretElement.cs (1)
133
double selectionOpacity = (double)owner.GetValue(TextBoxBase.
SelectionOpacityProperty
);
System\Windows\Documents\CompositionAdorner.cs (1)
173
selectionOpacity = (double)owner.GetValue(TextBoxBase.
SelectionOpacityProperty
);