24 references to SelectionOpacityProperty
PresentationFramework (23)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
223
double selectionBrushOpacity = (double)uiScope.GetValue(TextBoxBase.
SelectionOpacityProperty
);
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (4)
60
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(FlowDocumentReader),
376
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
624
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
627
TextBoxBase.
SelectionOpacityProperty
.AddOwner(typeof(FlowDocumentReader));
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
65
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(FlowDocumentScrollViewer),
327
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
482
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
485
TextBoxBase.
SelectionOpacityProperty
.AddOwner(typeof(FlowDocumentScrollViewer));
src\Framework\System\Windows\Controls\PasswordBox.cs (4)
93
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(PasswordBox),
323
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
326
TextBoxBase.
SelectionOpacityProperty
.AddOwner(typeof(PasswordBox));
329
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (3)
868
/// <see cref="
SelectionOpacityProperty
"/>
872
get { return (double)GetValue(
SelectionOpacityProperty
); }
873
set { SetValue(
SelectionOpacityProperty
, value); }
src\Framework\System\Windows\Controls\RichTextBox.cs (1)
63
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(RichTextBox), new FrameworkPropertyMetadata(TextBoxBase.AdornerSelectionOpacityDefaultValue));
src\Framework\System\Windows\Controls\SinglePageViewer.cs (4)
62
TextBoxBase.
SelectionOpacityProperty
.OverrideMetadata(typeof(FlowDocumentPageViewer),
221
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
338
/// <see cref="TextBoxBase.
SelectionOpacityProperty
"/>
341
TextBoxBase.
SelectionOpacityProperty
.AddOwner(typeof(FlowDocumentPageViewer));
src\Framework\System\windows\Documents\CaretElement.cs (1)
140
double selectionOpacity = (double)owner.GetValue(TextBoxBase.
SelectionOpacityProperty
);
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
178
selectionOpacity = (double)owner.GetValue(TextBoxBase.
SelectionOpacityProperty
);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
205
zoomPickerTextBox.SetValue(TextBox.
SelectionOpacityProperty
, 0.0);