23 references to SelectionOpacityProperty
PresentationFramework (23)
MS\Internal\Documents\TextBoxLine.cs (1)
213
double selectionBrushOpacity = (double)uiScope.GetValue(TextBoxBase.
SelectionOpacityProperty
);
System\Windows\Controls\FlowDocumentReader.cs (4)
53
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(FlowDocumentReader),
369
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
617
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
620
TextBoxBase.
SelectionOpacityProperty
.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
60
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(FlowDocumentScrollViewer),
322
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
477
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
480
TextBoxBase.
SelectionOpacityProperty
.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (4)
75
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(PasswordBox),
291
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
294
TextBoxBase.
SelectionOpacityProperty
.AddOwner(typeof(PasswordBox));
297
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
837
/// <see cref="
SelectionOpacityProperty
"/>
841
get { return (double)GetValue(
SelectionOpacityProperty
); }
842
set { SetValue(
SelectionOpacityProperty
, value); }
System\Windows\Controls\RichTextBox.cs (1)
56
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(RichTextBox), new FrameworkPropertyMetadata(TextBoxBase.AdornerSelectionOpacityDefaultValue));
System\Windows\Controls\SinglePageViewer.cs (4)
56
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(FlowDocumentPageViewer),
215
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
332
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
335
TextBoxBase.
SelectionOpacityProperty
.AddOwner(typeof(FlowDocumentPageViewer));
System\windows\Documents\CaretElement.cs (1)
132
double selectionOpacity = (double)owner.GetValue(TextBoxBase.
SelectionOpacityProperty
);
System\Windows\Documents\CompositionAdorner.cs (1)
172
selectionOpacity = (double)owner.GetValue(TextBoxBase.
SelectionOpacityProperty
);