23 references to SelectionOpacityProperty
PresentationFramework (23)
MS\Internal\Documents\TextBoxLine.cs (1)
221
double selectionBrushOpacity = (double)uiScope.GetValue(TextBoxBase.
SelectionOpacityProperty
);
System\Windows\Controls\FlowDocumentReader.cs (4)
59
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(FlowDocumentReader),
375
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
623
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
626
TextBoxBase.
SelectionOpacityProperty
.AddOwner(typeof(FlowDocumentReader));
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
64
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(FlowDocumentScrollViewer),
326
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
481
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
484
TextBoxBase.
SelectionOpacityProperty
.AddOwner(typeof(FlowDocumentScrollViewer));
System\Windows\Controls\PasswordBox.cs (4)
90
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(PasswordBox),
307
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
310
TextBoxBase.
SelectionOpacityProperty
.AddOwner(typeof(PasswordBox));
313
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
845
/// <see cref="
SelectionOpacityProperty
"/>
849
get { return (double)GetValue(
SelectionOpacityProperty
); }
850
set { SetValue(
SelectionOpacityProperty
, value); }
System\Windows\Controls\RichTextBox.cs (1)
61
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(RichTextBox), new FrameworkPropertyMetadata(TextBoxBase.AdornerSelectionOpacityDefaultValue));
System\Windows\Controls\SinglePageViewer.cs (4)
60
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(FlowDocumentPageViewer),
219
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
336
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
339
TextBoxBase.
SelectionOpacityProperty
.AddOwner(typeof(FlowDocumentPageViewer));
System\windows\Documents\CaretElement.cs (1)
137
double selectionOpacity = (double)owner.GetValue(TextBoxBase.
SelectionOpacityProperty
);
System\Windows\Documents\CompositionAdorner.cs (1)
176
selectionOpacity = (double)owner.GetValue(TextBoxBase.
SelectionOpacityProperty
);